Commit 0be3c4a
authored
bug fix in _construct_target_class()
**`BaseModel.parse_obj()`** appears to only need to get a dictionary as its argument, not **kwargs from the 'x' dictionary object1 parent 687fc53 commit 0be3c4a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
0 commit comments