chore(deps): Bump Ruff (#4602)

This commit is contained in:
Michael Genson
2024-11-23 21:56:39 -06:00
committed by GitHub
parent e32bae4575
commit 3fc120236d
3 changed files with 22 additions and 22 deletions

View File

@@ -194,7 +194,7 @@ class SessionBuffer:
self.shopping_list_ids.clear()
session_buffer_context = ContextVar("session_buffer", default=SessionBuffer())
session_buffer_context = ContextVar("session_buffer", default=SessionBuffer()) # noqa: B039
@event.listens_for(ShoppingListItem, "after_insert")