Skip to content

Commit

Permalink
adjust import to make pip happy
Browse files Browse the repository at this point in the history
  • Loading branch information
markjschreiber committed Aug 20, 2024
1 parent cc0ab30 commit 4fadfd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omics/cli/run_analyzer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@
import dateutil
import dateutil.utils
import docopt
import timeline # type: ignore
from bokeh.plotting import output_file

from . import timeline # type: ignore

exename = os.path.basename(sys.argv[0])
OMICS_LOG_GROUP = "/aws/omics/WorkflowLog"
OMICS_SERVICE_CODE = "AmazonOmics"
Expand Down

0 comments on commit 4fadfd6

Please sign in to comment.