kivy-code-quality-4 #2270

Merged
PeterSurda merged 4 commits from gitea-122 into v0.6 2024-10-20 12:27:16 +02:00
Showing only changes of commit 1ee3883898 - Show all commits

View File

@ -40,7 +40,7 @@ class Draft(Screen):
def init_ui(self, dt=0):
"""Initialize the UI and load draft messages"""
self.load_draft()
logger.debug(f"UI initialized with dt: {dt}")
logger.debug(f"UI initialized with dt: {dt}") # noqa: E999
def load_draft(self, where="", what=""):
"""Load the list of draft messages"""