1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 15:27:14 +03:00

journal_lock: Remove un-needed noqa

This commit is contained in:
Athanasius 2022-12-03 11:32:02 +00:00
parent 116986837e
commit 37ca1c3c19
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -133,7 +133,7 @@ class JournalLock:
return JournalLockResult.LOCKED
def release_lock(self) -> bool: # noqa: CCR001
def release_lock(self) -> bool:
"""
Release lock on journal directory.