removed whitespaces

This commit is contained in:
Gustavo Bordin 2021-05-18 19:07:28 -03:00 committed by GitHub
parent 5bacc4822e
commit 09a07c9b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class Stream:
self.close(StreamCloseReason.CANCELLED)
self._deferred_response = Deferred(_cancel)
def __repr__(self):
return f'Stream(id={self.stream_id!r})'