Suppress flake8 error

- python3-only code
This commit is contained in:
Peter Šurda 2024-10-20 10:33:37 +08:00
parent 79ba94bc7f
commit 1ee3883898
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95

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"""