Skip to content
Snippets Groups Projects
Verified Commit 1779de6b authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

fix tox pipeline

parent a0a1ae68
No related branches found
No related tags found
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.
Please register or to comment