Commit 2cb41e7
authored
Fix Pylint not-an-iterable (#199)
Line 145 was mis-diagnosed as iterating an non-iterable Field. This
Field was used to store a default factory instead of using mutable
default. However Pydantic allows mutable defaults and handles them
correctly.
Pylint 3.3.71 parent 1119cf4 commit 2cb41e7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments