Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfd0612

Browse files
committed
MappingView is Sized.
1 parent ad3f332 commit bfd0612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/_abcoll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def __ne__(self, other):
382382
return not (self == other)
383383

384384

385-
class MappingView(metaclass=ABCMeta):
385+
class MappingView(Sized):
386386

387387
def __init__(self, mapping):
388388
self._mapping = mapping

0 commit comments

Comments
 (0)