Skip to content

Commit

Permalink
Cosmetic change to import order to stop flake8 from complaining durin…
Browse files Browse the repository at this point in the history
…g lint checks
  • Loading branch information
jaketanderson committed Sep 7, 2024
1 parent 064b07c commit b892e44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions paprika/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

from paprika.evaluator import Analyze

from . import _version
# Handle versioneer
from ._version import get_versions

Expand Down Expand Up @@ -40,6 +41,4 @@
else:
__all__ = ["analyze"]

from . import _version

__version__ = _version.get_versions()["version"]

0 comments on commit b892e44

Please sign in to comment.