Skip to content

Commit

Permalink
Fix import of cli
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jan 24, 2024
1 parent eb63d0f commit 3344e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indra_cogex/apps/home/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""Run the landing page app with ``python -m indra_cogex.apps.home``."""

from . import cli
from indra_cogex.apps.home.cli import cli

if __name__ == "__main__":
cli()

0 comments on commit 3344e6a

Please sign in to comment.