This commit is contained in:
Rohan-Salwan 2021-09-11 20:29:39 +05:30
parent a0506305e9
commit 81e03425d9

View file

@ -22,7 +22,7 @@ from .helpers import get_load_dotenv
try:
import dotenv
except ImportError:
dotenv = None # type: ignore
dotenv = None
try:
import ssl