mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Pyrofork: Add missing import
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
bded447cb6
commit
b3e692f0b1
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ from datetime import datetime
|
|||
from typing import Union, List, Optional
|
||||
|
||||
import pyrogram
|
||||
from pyrogram import types, enums
|
||||
from pyrogram import types, enums, raw
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue