Fixed circular import
This commit is contained in:
parent
dfd39f47db
commit
0e76659511
@ -4,9 +4,9 @@ from typing import Union
|
|||||||
|
|
||||||
from bson import ObjectId
|
from bson import ObjectId
|
||||||
from libbot import sync
|
from libbot import sync
|
||||||
|
from libbot.pyrogram.classes import PyroClient
|
||||||
from pyrogram.types import User
|
from pyrogram.types import User
|
||||||
|
|
||||||
from classes.pyroclient import PyroClient
|
|
||||||
from modules.database import col_groups
|
from modules.database import col_groups
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
Reference in New Issue
Block a user