Make peewee stubs compatible with peewee 3.15.4 (#9176)

This commit is contained in:
Akuli
2022-11-13 02:12:55 +02:00
committed by GitHub
parent 7fc9b8e2c8
commit 02f2bc30e7
2 changed files with 19 additions and 8 deletions

View File

@@ -618,6 +618,8 @@ class MutableMapping(Mapping[_KT, _VT], Generic[_KT, _VT]):
# -- os._Environ.__ior__
# -- collections.UserDict.__ior__
# -- collections.ChainMap.__ior__
# -- peewee.attrdict.__add__
# -- peewee.attrdict.__iadd__
# -- weakref.WeakValueDictionary.__ior__
# -- weakref.WeakKeyDictionary.__ior__
@overload