Skip to content

Commit

Permalink
precommit and lots of mypy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng committed Feb 17, 2023
1 parent 509f147 commit b56c9e5
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 161 deletions.
5 changes: 3 additions & 2 deletions intake_axds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
intake-axds: Intake approach for Axiom assets.
"""

import intake
import intake # noqa: F401, need this to eliminate possibility of circular import

# from .axds_cat import AXDSCatalog
from .utils import ( # noqa: F401
_get_version,
Expand All @@ -11,5 +12,5 @@
return_parameter_options,
)

__version__ = _get_version()

__version__ = _get_version()
Loading

0 comments on commit b56c9e5

Please sign in to comment.