chore(deps): update dependency ruff to v0.4.3 (#3564)

This commit is contained in:
Michael Genson 2024-05-05 06:26:14 -05:00 committed by GitHub
commit dabd93c919
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 20 deletions

View file

@ -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)