mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-02 18:23:40 -05:00
chore: mypy, ruff, extract, openapi, and recipes-scraper updates (#1968)
* bump ruff and mypy * mypy fixes * bump and fix openapi * drop debug statement * bump extruct * bump recipes-scrapers
This commit is contained in:
@@ -14,7 +14,7 @@ class BackupSchemaMismatch(Exception):
|
||||
|
||||
|
||||
class BackupV2(BaseService):
|
||||
def __init__(self, db_url: str = None) -> None:
|
||||
def __init__(self, db_url: str | None = None) -> None:
|
||||
super().__init__()
|
||||
|
||||
# type - one of these has to be a string
|
||||
|
||||
Reference in New Issue
Block a user