Skip to content

Commit

Permalink
removed cli_utils #68
Browse files Browse the repository at this point in the history
  • Loading branch information
hcwinsemius committed May 30, 2024
1 parent 00516d8 commit 732e733
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions nodeorc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# import tasks

# import nodeorc specifics
from . import db, log, models, config, tasks, cli_utils, settings_path, __version__
from . import db, log, models, config, tasks, settings_path, __version__


session = db.session
Expand Down Expand Up @@ -282,13 +282,6 @@ def upload_config(json_file, set_as_active):
# connection.close()
# traceback.print_tb(e.__traceback__)

@cli.command(short_help="Start cloud processor")
# @storage_opt
# @listen_opt
# def start_cloud(storage, listen):
def start_cloud():
cli_utils.cloud_processor()


upload_config.__doc__ = get_docs_settings()

Expand Down

0 comments on commit 732e733

Please sign in to comment.