1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Pep 0563 proposed change

https://peps.python.org/pep-0563/
This commit is contained in:
coder2020official 2023-02-04 16:29:48 +04:00
parent 4d7f5310fb
commit a3891ff363

View File

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import annotations
from io import IOBase
import logging