Removed some redundant parantheses

This commit is contained in:
Veronica K. B. Olsen
2020-10-15 22:51:30 +02:00
parent 7deee064d0
commit 487a116795
+2 -2
View File
@@ -195,9 +195,9 @@ class GuiMainStatus(QStatusBar):
self.statsText.setToolTip(
"Project word count (session change)"
)
self.statsText.setText((
self.statsText.setText(
f"Words: {self.projWords:n} ({self.sessWords:+n})"
))
)
return
def _updateTime(self):