Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
telackey committed Oct 27, 2023
1 parent ec3d6d1 commit d33bc8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/deploy/deployment_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def call_stack_deploy_init(deploy_command_context):
# Link with the python file in the stack
# Call a function in it
# If no function found, return None
python_file_paths = _commands_plugin_paths(deploy_command_context)
python_file_paths = _commands_plugin_paths(deploy_command_context)

ret = None
init_done = False
Expand All @@ -135,7 +135,7 @@ def call_stack_deploy_init(deploy_command_context):
ret = imported_stack.init(deploy_command_context)
init_done = True
else:
#TODO: remove this restriction
# TODO: remove this restriction
print(f"Skipping init() from plugin {python_file_path}. Only one init() is allowed.")
return ret

Expand Down

0 comments on commit d33bc8a

Please sign in to comment.