mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-23 16:18:00 +00:00
🐛 Fix patch circular import
This commit is contained in:
parent
d01328d3de
commit
056266ce94
1
run.py
1
run.py
@ -11,6 +11,7 @@ except ImportError:
|
|||||||
|
|
||||||
|
|
||||||
def run():
|
def run():
|
||||||
|
__import__("utils.patch")
|
||||||
from core.application import Application
|
from core.application import Application
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
import utils.patch
|
|
||||||
|
|
||||||
__all__ = (utils.patch,)
|
|
Loading…
Reference in New Issue
Block a user