From f824003cc4357f6ceef127e2a9a52a3fb375f733 Mon Sep 17 00:00:00 2001 From: Maksim Kurnikov Date: Sun, 1 Dec 2019 00:09:36 +0300 Subject: [PATCH] remove unused ignore pattern (#239) --- scripts/enabled_test_modules.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/enabled_test_modules.py b/scripts/enabled_test_modules.py index 7eba8b9..af06cd4 100644 --- a/scripts/enabled_test_modules.py +++ b/scripts/enabled_test_modules.py @@ -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"' ],