Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jun 13, 2024
1 parent 524e007 commit 90855e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions intake_dremio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from . import _version
__version__ = _version.get_versions()['version']

import intake # noqa

from .intake_dremio import DremioSource # noqa
from .dremio_cat import DremioCatalog # noqa

from . import _version
__version__ = _version.get_versions()['version']

0 comments on commit 90855e6

Please sign in to comment.