Skip to content

Commit b29ab7b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0b7abe9 commit b29ab7b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

mypy/checker.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8924,10 +8924,7 @@ def reduce_and_conditional_type_maps(ms: list[TypeMap], *, use_meet: bool) -> Ty
89248924
return result
89258925

89268926

8927-
BUILTINS_CUSTOM_EQ_CHECKS: Final = {
8928-
"_collections_abc.dict_keys",
8929-
"_collections_abc.dict_items",
8930-
}
8927+
BUILTINS_CUSTOM_EQ_CHECKS: Final = {"_collections_abc.dict_keys", "_collections_abc.dict_items"}
89318928

89328929

89338930
def has_custom_eq_checks(t: Type) -> bool:

0 commit comments

Comments
 (0)