Skip to content

Commit

Permalink
prevent RuntimeError and import twice on calling as module
Browse files Browse the repository at this point in the history
  • Loading branch information
zzeppozz committed Oct 22, 2024
1 parent 5d0e1a3 commit 565953c
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions bison/task/__init__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
"""Tools to be called from a Docker container in an EC2 instance."""
from . import annotate_riis
from . import build_heatmap
from . import build_summaries
from . import test_summaries
from . import test_task

__all__ = [
"annotate_riis",
"build_heatmap",
"build_summaries",
"test_summaries",
"test_task"
]

__version__ = "2.0"
"""Tools to be called from a Docker container in an EC2 instance; run with -m switch."""

0 comments on commit 565953c

Please sign in to comment.