Skip to content

Commit

Permalink
Correct typo in package path
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaff committed Nov 25, 2024
1 parent c00c86a commit 70c1b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biothings_client/client/asynchronous.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
)
from biothings_client.__version__ import __version__
from biothings_client._dependencies import _CACHING, _PANDAS
from biothings_client.client.exception import OptionalDependencyImportError
from biothings_client.client.exceptions import OptionalDependencyImportError
from biothings_client.mixins.gene import MyGeneClientMixin
from biothings_client.mixins.variant import MyVariantClientMixin
from biothings_client.utils.copy import copy_func
Expand Down
2 changes: 1 addition & 1 deletion biothings_client/client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
)
from biothings_client.__version__ import __version__
from biothings_client._dependencies import _CACHING, _PANDAS
from biothings_client.client.exception import OptionalDependencyImportError
from biothings_client.client.exceptions import OptionalDependencyImportError
from biothings_client.mixins.gene import MyGeneClientMixin
from biothings_client.mixins.variant import MyVariantClientMixin
from biothings_client.utils.copy import copy_func
Expand Down

0 comments on commit 70c1b52

Please sign in to comment.