Skip to content

Commit

Permalink
Name helper file appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Dec 20, 2024
1 parent 2b85a87 commit 0975ce3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ixmp4/core/iamc/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from ixmp4.data.abstract import Run
from ixmp4.data.abstract.iamc.datapoint import EnumerateKwargs
from ixmp4.data.backend import Backend
from ixmp4.data.db.iamc.data import (
from ixmp4.data.db.iamc.utils import (
AddDataPointFrameSchema,
RemoveDataPointFrameSchema,
normalize_df,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ixmp4/data/db/run/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from ixmp4.core.utils import substitute_type
from ixmp4.data import abstract
from ixmp4.data.auth.decorators import guard
from ixmp4.data.db.iamc.data import normalize_df
from ixmp4.data.db.iamc.utils import normalize_df
from ixmp4.db import utils

from .. import base
Expand Down

0 comments on commit 0975ce3

Please sign in to comment.