mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-14 02:37:11 -07:00
chore(deps): update dependency ruff to v0.4.3 (#3564)
This commit is contained in:
parent
6991dff3e6
commit
dabd93c919
3 changed files with 20 additions and 20 deletions
|
@ -21,7 +21,7 @@ from mealie.services.event_bus_service.event_bus_service import EventBusService
|
|||
from mealie.services.event_bus_service.event_types import EventDocumentDataBase, EventTypes
|
||||
|
||||
|
||||
class _BaseController(ABC):
|
||||
class _BaseController(ABC): # noqa: B024
|
||||
session: Session = Depends(generate_session)
|
||||
translator: Translator = Depends(local_provider)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue