Skip to content

Commit 1ee3883

Browse files
committed
Suppress flake8 error
- python3-only code
1 parent 79ba94b commit 1ee3883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitmessagekivy/baseclass/draft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(self, *args, **kwargs):
4040
def init_ui(self, dt=0):
4141
"""Initialize the UI and load draft messages"""
4242
self.load_draft()
43-
logger.debug(f"UI initialized with dt: {dt}")
43+
logger.debug(f"UI initialized with dt: {dt}") # noqa: E999
4444

4545
def load_draft(self, where="", what=""):
4646
"""Load the list of draft messages"""

0 commit comments

Comments
 (0)