Show More
@@ -609,8 +609,8 b' SUPPORTED_EXTERNAL_GETITEM = {' | |||
|
609 | 609 | |
|
610 | 610 | BUILTIN_GETITEM: Set[InstancesHaveGetItem] = { |
|
611 | 611 | dict, |
|
612 | str, | |
|
613 | bytes, | |
|
612 | str, # type: ignore[arg-type] | |
|
613 | bytes, # type: ignore[arg-type] | |
|
614 | 614 | list, |
|
615 | 615 | tuple, |
|
616 | 616 | collections.defaultdict, |
@@ -619,7 +619,7 b' BUILTIN_GETITEM: Set[InstancesHaveGetItem] = {' | |||
|
619 | 619 | collections.ChainMap, |
|
620 | 620 | collections.UserDict, |
|
621 | 621 | collections.UserList, |
|
622 | collections.UserString, | |
|
622 | collections.UserString, # type: ignore[arg-type] | |
|
623 | 623 | _DummyNamedTuple, |
|
624 | 624 | _IdentitySubscript, |
|
625 | 625 | } |
General Comments 0
You need to be logged in to leave comments.
Login now