Skip to content

Commit

Permalink
remove import in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Mar 28, 2024
1 parent 9f9e5bc commit 25289e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions falcbot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"""A slack integration to run free energy calculations"""

# Add imports here
from .falcbot import *


from ._version import __version__

0 comments on commit 25289e8

Please sign in to comment.