mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Make pyright happy
This commit is contained in:
@@ -7,7 +7,7 @@ from telethon._impl.mtproto import Intermediate
|
||||
class Output(bytearray):
|
||||
__slots__ = ()
|
||||
|
||||
def __call__(self, data: bytes) -> None:
|
||||
def __call__(self, data: bytes | bytearray | memoryview) -> None:
|
||||
self += data
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user