mirror of
https://github.com/furyhawk/listen.git
synced 2026-07-21 00:45:36 +00:00
chore: Update computed_field decorator to use prop-decorator type ignore
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ class Settings(BaseSettings):
|
||||
security: Security
|
||||
database: Database
|
||||
|
||||
@computed_field # type: ignore[misc]
|
||||
@computed_field # type: ignore[prop-decorator]
|
||||
@property
|
||||
def sqlalchemy_database_uri(self) -> URL:
|
||||
return URL.create(
|
||||
|
||||
Reference in New Issue
Block a user