Skip to content

Commit ef25055

Browse files
Ryan CaliRyan Cali
authored andcommitted
Removed unused import
1 parent ae543ae commit ef25055

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pydra/engine/tests/test_task.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,6 @@ def testfunc(a: int, b: float = 0.1) -> ty.NamedTuple("Output", [("out", float)]
993993
return a + b
994994

995995
from glob import glob
996-
import json
997996

998997
funky = testfunc(a=2, audit_flags=AuditFlag.PROV, messengers=FileMessenger())
999998
funky.cache_dir = tmpdir

0 commit comments

Comments
 (0)