mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix ImportError for Python 3.7
This commit is contained in:
parent
d56ed4cc4d
commit
ec75c56bb6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from typing import Protocol
|
||||
from typing_extensions import Protocol
|
||||
|
||||
|
||||
class Downloadable(Protocol):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue