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.
|
||||
|
||||
import os
|
||||
import warnings
|
||||
import asyncio
|
||||
import threading
|
||||
import os
|
||||
|
|
Loading…
Reference in New Issue