Skip to content

Commit cb32131

Browse files
committed
Resolve duplication of app_version setting
1 parent df49016 commit cb32131

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/core/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class AppSettings(BaseSettings):
1717
APP_NAME: str = "My Project"
1818
APP_VERSION: str = "0.1"
1919
APP_DESCRIPTION: str | None = None
20-
APP_VERSION: str | None = None
2120
APP_BACKEND_HOST: str = "http://localhost:8000"
2221
APP_FRONTEND_HOST: str | None = None
2322
LICENSE_NAME: str | None = None

0 commit comments

Comments
 (0)