Skip to content

Commit

Permalink
added optional in config
Browse files Browse the repository at this point in the history
  • Loading branch information
christianlouis committed Feb 12, 2025
1 parent 1b34561 commit 93c54f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python3

from pydantic_settings import BaseSettings
from typing import Optional

class Settings(BaseSettings):
admin_username: str
Expand Down

0 comments on commit 93c54f4

Please sign in to comment.