Skip to content
Snippets Groups Projects
Commit 0119f1b7 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Merge branch 'hotfix/tox-fix' into 'develop'

fix tox pipeline

See merge request !19
parents a0a1ae68 1779de6b
No related branches found
Tags 2.13
1 merge request!19fix tox pipeline
......@@ -4,8 +4,10 @@ The main module, from where GSO is run.
from orchestrator import OrchestratorCore
from orchestrator.cli.main import app as core_cli
from orchestrator.settings import AppSettings
import gso.products # pylint: disable=unused-import
import gso.workflows # pylint: disable=unused-import
# pylint: disable=unused-import
import gso.products # noqa: F401
# pylint: disable=unused-import
import gso.workflows # noqa: F401
app = OrchestratorCore(base_settings=AppSettings())
......
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