Annotate known magic-method return types (#9131)

This commit is contained in:
Nikita Sobolev
2022-11-08 21:28:42 +03:00
committed by GitHub
parent c0e9038f0d
commit 62a6c3d616
87 changed files with 172 additions and 172 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class Authentication:
def __gt__(self, auth): ...
def __le__(self, auth): ...
def __ge__(self, auth): ...
def __bool__(self): ...
def __bool__(self) -> bool: ...
class BasicAuthentication(Authentication):
def __init__(self, credentials, host, request_uri, headers, response, content, http) -> None: ...