Skip to content

Commit 46ee3ef

Browse files
Tim O'FarrellTim O'Farrell
Tim O'Farrell
authored and
Tim O'Farrell
committed
Disabled pylint false positive
1 parent 9ffa695 commit 46ee3ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemey/factory/dataclass_schema_factory.py

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def from_json(
101101
p = params_with_default
102102
else:
103103
p = params
104+
# pylint: disable=E3701
104105
field = dataclasses.field(
105106
default=default, metadata={"schemey": field_schema}
106107
)

0 commit comments

Comments
 (0)