removing un-used import
This commit is contained in:
parent
ea790146ef
commit
0b47293681
|
@ -2,7 +2,6 @@ from dotenv import load_dotenv
|
||||||
load_dotenv() # take environment variables from .env.
|
load_dotenv() # take environment variables from .env.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import warnings
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import threading
|
import threading
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in New Issue