Silence linter warnings.
This commit is contained in:
parent
7045ad911e
commit
a4fff82636
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue