add type ignore
This commit is contained in:
parent
3aad9af741
commit
92e009b870
@ -492,7 +492,7 @@ class Config(Base):
|
|||||||
|
|
||||||
if self.env_file:
|
if self.env_file:
|
||||||
try:
|
try:
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv # type: ignore
|
||||||
|
|
||||||
# load env file if exists
|
# load env file if exists
|
||||||
load_dotenv(self.env_file, override=True)
|
load_dotenv(self.env_file, override=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user