Skip to content
Snippets Groups Projects
Commit 0a2397de authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Less tox errors - not finished yet

parent 5ce8fd9d
No related branches found
No related tags found
1 merge request!8Feature/iptrunks prototype
File changed. Contains only whitespace changes. Show whitespace changes.
...@@ -3,7 +3,7 @@ import logging ...@@ -3,7 +3,7 @@ import logging
from gso.products.product_types.device \ from gso.products.product_types.device \
import DeviceBlock import DeviceBlock
from gso import settings from gso import settings
import requests # import requests
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
... ...
......
from orchestrator.workflows import LazyWorkflowInstance from orchestrator.workflows import LazyWorkflowInstance
LazyWorkflowInstance("gso.workflows.device.create_device", "create_device") LazyWorkflowInstance("gso.workflows.device.create_device", "create_device")
LazyWorkflowInstance("gso.workflows.device.terminate_device", "terminate_device") LazyWorkflowInstance("gso.workflows.device.terminate_device",
"terminate_device")
LazyWorkflowInstance("gso.workflows.device.get_facts", "get_facts") LazyWorkflowInstance("gso.workflows.device.get_facts", "get_facts")
LazyWorkflowInstance("gso.workflows.iptrunk.create_iptrunk", "create_iptrunk") LazyWorkflowInstance("gso.workflows.iptrunk.create_iptrunk", "create_iptrunk")
File changed. Contains only whitespace changes. Show whitespace changes.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment