mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-11 10:23:12 -05:00
fix: Lint Python code with ruff (#3799)
This commit is contained in:
@@ -26,7 +26,7 @@ class SQLiteProvider(AbstractDBProvider, BaseModel):
|
||||
|
||||
@property
|
||||
def db_url(self) -> str:
|
||||
return f"sqlite:///{str(self.db_path.absolute())}"
|
||||
return f"sqlite:///{self.db_path.absolute()!s}"
|
||||
|
||||
@property
|
||||
def db_url_public(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user