Skip to content

Commit f21f717

Browse files
committed
nit
1 parent ccb183b commit f21f717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
import os
1111
import sys
1212
import tempfile
13+
import threading
1314
from typing import (IO, Any, AnyStr, Callable, Dict, List, Sequence, Text, Tuple,
1415
Union, cast)
1516

1617
import pkg_resources # part of setuptools
1718
import requests
1819
import six
1920
import string
20-
import threading
2121

2222
import ruamel.yaml as yaml
2323
import schema_salad.validate as validate

0 commit comments

Comments
 (0)