Some code cosmetics

This commit is contained in:
Ozzie Isaacs
2025-09-08 17:31:43 +02:00
parent c2d2db913e
commit 714c19f558
4 changed files with 2 additions and 25 deletions

View File

@@ -235,7 +235,7 @@ class CalibreTask:
@property
def dead(self):
"""Determines whether this task can be garbage collected
"""Determines whether or not this task can be garbage collected
We have a separate dictating this because there may be certain tasks that want to override this
"""