Skip to content
Snippets Groups Projects
Commit 9ced6005 authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent 721ef13b
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@ from orchestrator import OrchestratorCore
from orchestrator.cli.main import app as core_cli
from orchestrator.settings import AppSettings
import products
import workflows
# import products
# import workflows
app = OrchestratorCore(base_settings=AppSettings())
......
......@@ -48,4 +48,4 @@ def load_oss_params() -> OSSParams:
if __name__ == '__main__':
print(load_oss_params())
\ No newline at end of file
print(load_oss_params())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment