Skip to content
Snippets Groups Projects
Commit dd240658 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[init] Cleanup init files

parent 1bf642c8
No related branches found
No related tags found
1 merge request!62Code cleanup
...@@ -33,7 +33,8 @@ ...@@ -33,7 +33,8 @@
# # # #
################################################################################### ###################################################################################
# flake8: noqa
from .docker import DockerExecutor from .docker import DockerExecutor
from .local import LocalExecutor from .local import LocalExecutor
from .subprocess import SubprocessExecutor from .subprocess import SubprocessExecutor # nosec
...@@ -37,8 +37,6 @@ ...@@ -37,8 +37,6 @@
import pkg_resources import pkg_resources
import simplejson
from .. import schema from .. import schema
......
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