Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Aug 19, 2022
1 parent 0a47dd6 commit b9569ba
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion cwltool/builder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
import copy
import logging
import math
from typing import (Any, Callable, Dict, IO, List, MutableMapping, MutableSequence, Optional, Union, cast)
from typing import (
Any,
Callable,
Dict,
IO,
List,
MutableMapping,
MutableSequence,
Optional,
Union,
cast,
)

from cwl_utils import expression
from cwl_utils.file_formats import check_format
Expand Down

0 comments on commit b9569ba

Please sign in to comment.