Skip to content

Commit b332cd9

Browse files
committed
make format
1 parent 0a47dd6 commit b332cd9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

cwltool/builder.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
import copy
22
import logging
33
import math
4-
from typing import (Any, Callable, Dict, IO, List, MutableMapping, MutableSequence, Optional, Union, cast)
4+
from typing import (
5+
IO,
6+
Any,
7+
Callable,
8+
Dict,
9+
List,
10+
MutableMapping,
11+
MutableSequence,
12+
Optional,
13+
Union,
14+
cast,
15+
)
516

617
from cwl_utils import expression
718
from cwl_utils.file_formats import check_format

0 commit comments

Comments
 (0)