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 ...@@ -2,8 +2,8 @@ from orchestrator import OrchestratorCore
from orchestrator.cli.main import app as core_cli from orchestrator.cli.main import app as core_cli
from orchestrator.settings import AppSettings from orchestrator.settings import AppSettings
import products # import products
import workflows # import workflows
app = OrchestratorCore(base_settings=AppSettings()) app = OrchestratorCore(base_settings=AppSettings())
......
...@@ -48,4 +48,4 @@ def load_oss_params() -> OSSParams: ...@@ -48,4 +48,4 @@ def load_oss_params() -> OSSParams:
if __name__ == '__main__': if __name__ == '__main__':
print(load_oss_params()) print(load_oss_params())
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment