refactor: clean up imports and improve db_session fixture in test configuration

This commit is contained in:
grillazz
2025-12-28 18:44:31 +01:00
parent a24c47ab3f
commit 7b0c03f711
3 changed files with 4 additions and 5 deletions

View File

@@ -106,7 +106,6 @@ class Settings(BaseSettings):
path=self.POSTGRES_TEST_DB,
)
@computed_field
@property
def postgres_url(self) -> PostgresDsn: