mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Use modern typehint syntax
This commit is contained in:
@@ -2,7 +2,8 @@ import datetime
|
||||
import io
|
||||
import struct
|
||||
import timeit
|
||||
from typing import Any, Iterator
|
||||
from collections.abc import Iterator
|
||||
from typing import Any
|
||||
|
||||
from .data_codegen import DATA, Obj
|
||||
|
||||
|
Reference in New Issue
Block a user