Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Jul 15, 2024
1 parent ceae45b commit 8f4f5bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/disease/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from botocore.exceptions import ClientError
from ga4gh.core import domain_models, entity_models

from disease import NAMESPACE_LOOKUP, PREFIX_LOOKUP, SOURCES_LOWER_LOOKUP
from disease import NAMESPACE_LOOKUP, PREFIX_LOOKUP, SOURCES_LOWER_LOOKUP, __version__
from disease.database.database import AbstractDatabase
from disease.schemas import (
Disease,
Expand All @@ -19,8 +19,6 @@
SourceName,
)

from .version import __version__

_logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 8f4f5bd

Please sign in to comment.