fixed linting issues
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# core/config.py
|
||||
from pydantic_settings import BaseSettings
|
||||
from pydantic import Field # Import Field for potential default values if needed
|
||||
import os
|
||||
|
||||
DOTENV_PATH = os.path.join(os.path.dirname(__file__), "../.env")
|
||||
|
||||
Reference in New Issue
Block a user