Skip to content

Commit

Permalink
rename cli module v2
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshh committed Sep 1, 2024
1 parent f0c1496 commit 0693856
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pychunkedgraph/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def configure_app(app):
app.test_q = Queue("test", connection=app.redis)
with app.app_context():
from ..ingest.rq_cli import init_rq_cmds
from ..ingest.cli import init_ingest_cmds
from ..ingest.cli_v2 import init_ingest_cmds

init_rq_cmds(app)
init_ingest_cmds(app)
File renamed without changes.

0 comments on commit 0693856

Please sign in to comment.