Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargis Sultani committed Jan 24, 2024
1 parent 48df56f commit 5516e7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ class Settings(BaseSettings):
inst_db_host: str
inst_db_scheme: str = "postgresql+asyncpg"
inst_conn: PostgresDsn | None = None
# jwt_opts: Dict[str, bool | int] = {}

def __init__(self, **data):
super().__init__(**data)
# self.set_jwt_opts()

@field_validator("inst_conn", mode="before")
@classmethod
Expand Down

0 comments on commit 5516e7a

Please sign in to comment.