mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Fix some typing issues in tests
This commit is contained in:
@@ -11,7 +11,7 @@ class Output(bytearray):
|
||||
self += data
|
||||
|
||||
|
||||
def setup_pack(n: int) -> Tuple[Full, bytes, bytearray]:
|
||||
def setup_pack(n: int) -> Tuple[Full, bytes, Output]:
|
||||
input = bytes(x & 0xFF for x in range(n))
|
||||
return Full(), input, Output()
|
||||
|
||||
|
Reference in New Issue
Block a user