Skip to content

Commit

Permalink
circular import error
Browse files Browse the repository at this point in the history
  • Loading branch information
prono69 committed Sep 17, 2024
1 parent 3f37067 commit 7aae820
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion userbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

from .Config import Config
from .core.logger import logging
from .core.managers import edit_delete, edit_or_reply
from .core.session import catub
from .helpers.functions.converter import Convert
from .helpers.functions.musictool import *
Expand Down
3 changes: 1 addition & 2 deletions userbot/plugins/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
addgvar,
catub,
delgvar,
edit_delete,
edit_or_reply,
gvarstatus,
upload_to_catbox,
)
from userbot.core.logger import logging
from userbot.core.managers import edit_delete, edit_or_reply

plugin_category = "tools"
LOGS = logging.getLogger(__name__)
Expand Down

0 comments on commit 7aae820

Please sign in to comment.