mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
refactor: clean up imports and improve db_session fixture in test configuration
This commit is contained in:
@@ -106,7 +106,6 @@ class Settings(BaseSettings):
|
||||
path=self.POSTGRES_TEST_DB,
|
||||
)
|
||||
|
||||
|
||||
@computed_field
|
||||
@property
|
||||
def postgres_url(self) -> PostgresDsn:
|
||||
|
||||
Reference in New Issue
Block a user