Skip to content

Commit e97034b

Browse files
committed
test if we get rid of the false positive lint error
1 parent 5560a31 commit e97034b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pyunicore/helpers/workflows/activities/loops

pyunicore/helpers/workflows/activities/loops/_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import dataclasses
22

33
from pyunicore.helpers.workflows.activities import activity
4-
from pyunicore.helpers.workflows.activities.loops import body
4+
from pyunicore.helpers.workflows.activities.loops import body # noqa: F401
55

66

77
@dataclasses.dataclass

0 commit comments

Comments
 (0)