mirror of https://github.com/scrapy/scrapy.git
Restore lost typing
This commit is contained in:
parent
e7d3fad00e
commit
1fdd0a70a0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue