From a4fff8263657e8b78c59dc4d89c946964a4a8fc1 Mon Sep 17 00:00:00 2001 From: redxef Date: Tue, 6 Dec 2022 19:07:19 +0100 Subject: [PATCH] Silence linter warnings. --- radicale_sql/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/radicale_sql/__init__.py b/radicale_sql/__init__.py index 361a4cb..e15783d 100644 --- a/radicale_sql/__init__.py +++ b/radicale_sql/__init__.py @@ -599,6 +599,7 @@ class Storage(BaseStorage): @radicale.types.contextmanager def acquire_lock(self, mod: str, user: str = "") -> Iterator[None]: + _ = mod, user yield def _verify(self, *, connection) -> bool: