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:
parent
116986837e
commit
37ca1c3c19
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user