Skip to content

Commit

Permalink
Fix version function import
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed Nov 1, 2024
1 parent 5500a99 commit fa063cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/npg_irods/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
from sqlalchemy.exc import SQLAlchemyError
from structlog import get_logger

from npg_irods import common, illumina, ont, pacbio
from npg_irods import common, illumina, ont, pacbio, version
from npg_irods.common import (
AnalysisType,
Platform,
Expand Down Expand Up @@ -74,7 +74,6 @@
has_consent_withdrawn_metadata,
has_consent_withdrawn_permissions,
)
from npg_irods.version import version

log = get_logger(__name__)

Expand Down

0 comments on commit fa063cd

Please sign in to comment.