Restore lost typing

This commit is contained in:
Andrey Rahmatullin 2022-11-23 12:17:30 +05:00 committed by GitHub
parent 1fdd0a70a0
commit c3b1700774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class Request(object_ref):
def encoding(self) -> str:
return self._encoding
def __repr__(self):
def __repr__(self) -> str:
return f"<{self.method} {self.url}>"
def copy(self) -> "Request":