Fix Python 3.10.1 problems pointed out by stubtest (#6604)

Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
Sebastian Rittau
2021-12-16 16:05:45 +01:00
committed by GitHub
parent c164d21225
commit c900c0e769
5 changed files with 27 additions and 10 deletions

View File

@@ -201,6 +201,7 @@ if sys.version_info >= (3, 10):
unsafe_hash: bool = ...,
frozen: bool = ...,
match_args: bool = ...,
kw_only: bool = ...,
slots: bool = ...,
) -> type: ...