Skip to content

Commit 9ccce57

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2192c45 commit 9ccce57

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pydra/compose/base/field.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
from attrs.converters import default_if_none
66
from fileformats.core import to_mime
77
from fileformats.generic import File, FileSet
8-
from pydra.utils.typing import TypeParser, is_optional, is_truthy_falsy, is_type, is_union
8+
from pydra.utils.typing import (
9+
TypeParser,
10+
is_optional,
11+
is_truthy_falsy,
12+
is_type,
13+
is_union,
14+
)
915
from pydra.utils.general import get_fields, wrap_text
1016
import attrs
1117

0 commit comments

Comments
 (0)