format code with autopep8
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
from pydantic_settings import BaseSettings, SettingsConfigDict
|
||||
|
||||
|
||||
class Settings(BaseSettings):
|
||||
model_config = SettingsConfigDict(env_file='.env', env_file_encoding='utf-8')
|
||||
model_config = SettingsConfigDict(
|
||||
env_file='.env', env_file_encoding='utf-8')
|
||||
|
||||
jwt_secret: str
|
||||
jwt_algorithm: str
|
||||
|
||||
|
||||
settings = Settings()
|
||||
|
||||
Reference in New Issue
Block a user