Skip to content

Commit 97124a7

Browse files
tcloseeffigies
andauthored
Update pydra/engine/tests/test_helpers.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 3bee5e1 commit 97124a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydra/engine/tests/test_helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ def test_argstr_formatting():
319319
class Inputs:
320320
a1_field: str
321321
b2_field: float
322-
c3_field: dict[str, str]
323-
d4_field: list[str]
322+
c3_field: ty.Dict[str, str]
323+
d4_field: ty.List[str]
324324

325325
inputs = Inputs("1", 2.0, {"c": "3"}, ["4"])
326326
assert (

0 commit comments

Comments
 (0)