Restore lost typing

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

View File

@ -151,7 +151,7 @@ class Stream:
self._deferred_response = Deferred(_cancel)
def __repr__(self):
def __repr__(self) -> str:
return f'Stream(id={self.stream_id!r})'
@property