Removed dotenv dependency and code.
This commit is contained in:
parent
83b011e03b
commit
70e1f5952d
3 changed files with 1 additions and 21 deletions
|
@ -1,10 +1,6 @@
|
|||
import os
|
||||
|
||||
import aioredis
|
||||
import dotenv
|
||||
|
||||
|
||||
dotenv.load_dotenv()
|
||||
|
||||
URL = os.environ.get("REDIS_OM_URL", None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue