Update linting due to new Ruff rules

This commit is contained in:
Veronica Berglyd Olsen
2025-10-04 18:36:44 +02:00
parent 98cdd4eedf
commit 100aad1256
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ class NWStatus:
icon = NWStatus.createIcon(self._height, color, shape)
return StatusEntry(simplified(data[2]), color, theme, shape, icon)
except Exception:
logger.error("Could not parse entry %s", str(data))
logger.error("Could not parse entry %s", data)
return None
def refreshIcons(self) -> None: