Skip to content

Commit 88e588f

Browse files
committed
format arguments
1 parent cdb9bee commit 88e588f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

adafruit_dash_display.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,12 @@ def __init__(
193193
self.display.root_group = self.splash
194194

195195
def simple_text_callback(
196-
self, client: IO_MQTT, feed_id: str, message: str
197-
) -> str: # pylint: disable=unused-argument
196+
# pylint: disable=unused-argument
197+
self,
198+
client: IO_MQTT,
199+
feed_id: str,
200+
message: str,
201+
) -> str:
198202
"""Default callback function that uses the text in the Feed object and the color callback
199203
to set the text
200204

0 commit comments

Comments
 (0)