Fix linting errors in the main code

This commit is contained in:
Veronica Berglyd Olsen
2025-04-07 17:18:43 +02:00
parent dab48d43a5
commit 8ed3bd889d
66 changed files with 434 additions and 344 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ class NProgressCircle(QProgressBar):
"""
__slots__ = (
"_text", "_point", "_dRect", "_cRect", "_dPen", "_dBrush",
"_cPen", "_bPen", "_tColor"
"_bPen", "_cPen", "_cRect", "_dBrush", "_dPen", "_dRect", "_point",
"_tColor", "_text",
)
def __init__(self, parent: QWidget, size: int, point: int) -> None: