Skip to content

Commit

Permalink
Replace relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Sep 23, 2024
1 parent 3c965b5 commit 9201851
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/anemoi/inference/checkpoint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
from anemoi.utils.provenance import gather_provenance_info
from packaging.version import Version

from .metadata import Metadata
from .package_exemptions import EXEMPT_NAMESPACES
from .package_exemptions import EXEMPT_PACKAGES
from anemoi.inference.checkpoint.metadata import Metadata
from anemoi.inference.checkpoint.package_exemptions import EXEMPT_NAMESPACES
from anemoi.inference.checkpoint.package_exemptions import EXEMPT_PACKAGES

LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit 9201851

Please sign in to comment.