Skip to content

Commit

Permalink
Fix init precommit fail
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahbaumann committed Jul 10, 2024
1 parent a709b8d commit 49d4beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfe_gromacs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Gromacs-based protocols for Open Free Energy"""

# Add imports here
from ._version import __version__
from .openfe_gromacs import *
from ._version import __version__ # noqa: F401
from .openfe_gromacs import * # noqa: F401,F403

0 comments on commit 49d4beb

Please sign in to comment.