Skip to content

Commit 6853f88

Browse files
committed
fix code style
1 parent 12028ef commit 6853f88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ipython2cwl/cwltoolextractor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
import yaml
1414
from nbformat.notebooknode import NotebookNode
1515

16-
from .iotypes import CWLFilePathInput, CWLBooleanInput, CWLIntInput, CWLStringInput, CWLFilePathOutput, CWLDumpableFile, \
17-
CWLDumpableBinaryFile
16+
from .iotypes import CWLFilePathInput, CWLBooleanInput, CWLIntInput, CWLStringInput, CWLFilePathOutput, \
17+
CWLDumpableFile, CWLDumpableBinaryFile
1818
from .requirements_manager import RequirementsManager
1919

2020
with open(os.sep.join([os.path.abspath(os.path.dirname(__file__)), 'templates', 'template.dockerfile'])) as f:

0 commit comments

Comments
 (0)