Skip to content

Commit

Permalink
Yet another attempt at satisfying the linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jaketanderson committed Sep 7, 2024
1 parent b892e44 commit 1370d31
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions paprika/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

from paprika.evaluator import Analyze

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

Expand All @@ -21,7 +20,6 @@
__git_revision__ = versions["full-revisionid"]
del get_versions, versions


logger = logging.getLogger(__name__)

try:
Expand All @@ -33,12 +31,9 @@
logging.info("`paprika.setup()` requires OpenMM.")
setup = None


analyze = Analyze

if setup is None:
__all__ = ["setup", "analyze"]
else:
__all__ = ["analyze"]

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

0 comments on commit 1370d31

Please sign in to comment.