From 5a7062c699cc7c3bdc93b1d805a241585d877071 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 7 Oct 2023 05:03:19 -0700 Subject: [PATCH] fix --- app/core/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index 2f797527..2d720370 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -3,7 +3,6 @@ import secrets from pathlib import Path from typing import List -from dotenv import load_dotenv from pydantic import BaseSettings