From 37ca1c3c19a858d1388b995fd2ef5029aff5e464 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 3 Dec 2022 11:32:02 +0000 Subject: [PATCH] journal_lock: Remove un-needed noqa --- journal_lock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journal_lock.py b/journal_lock.py index ef5cf983..b8882a51 100644 --- a/journal_lock.py +++ b/journal_lock.py @@ -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.