Skip to content

Commit 5683a32

Browse files
moin.forms imports flatland.Form
... and other parts of moin import it from here, thus we suppress false positive "unused import" warnings.
1 parent 1ab09f0 commit 5683a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/moin/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from operator import itemgetter
1717

1818
from flatland import (
19-
Form,
19+
Form, # noqa
2020
String,
2121
Integer,
2222
Boolean,

0 commit comments

Comments
 (0)