File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 185
185
],
186
186
'files' : [
187
187
'Incompatible types in assignment (expression has type "IOBase", variable has type "File")' ,
188
+ 'Argument 1 to "TextIOWrapper" has incompatible type "File"; expected "BinaryIO"' ,
189
+ 'Incompatible types in assignment (expression has type "BinaryIO", variable has type "File")' ,
188
190
],
189
191
'filtered_relation' : [
190
192
'has no attribute "name"' ,
378
380
'responses' : [
379
381
'Argument 1 to "TextIOWrapper" has incompatible type "HttpResponse"; expected "IO[bytes]"' ,
380
382
'"FileLike" has no attribute "closed"' ,
383
+ 'Argument 1 to "TextIOWrapper" has incompatible type "HttpResponse"; expected "BinaryIO"' ,
381
384
],
382
385
'reverse_lookup' : [
383
386
"Cannot resolve keyword 'choice' into field"
You can’t perform that action at this time.
0 commit comments