remove unused ignore pattern (#239)

This commit is contained in:
Maksim Kurnikov
2019-12-01 00:09:36 +03:00
committed by GitHub
parent 58f1833cab
commit f824003cc4

View File

@@ -164,9 +164,6 @@ IGNORED_ERRORS = {
'decorators': [
'"Type[object]" has no attribute "method"'
],
'expressions_case': [
'Item "Field[Any, Any]" of "Union[Field[Any, Any], ForeignObjectRel]" has no attribute "is_relation"'
],
'expressions_window': [
'has incompatible type "str"'
],