Commit 7a3cfd6
committed
Remove always-true if in field_for_schema()
From what I can tell this condition can only be true if the calling code
doubly accessses internal things such as:
```python3
attr.ib(default=1, metadata={desert._make._DESERT_SENTINEL:{'required': True}})
```1 parent 6b30cd2 commit 7a3cfd6
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
| 216 | + | |
220 | 217 | | |
221 | 218 | | |
222 | 219 | | |
| |||
0 commit comments