Skip to content

Commit 530d92e

Browse files
committed
remove redundant f string
1 parent 60f9dc6 commit 530d92e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meshtastic/mesh_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ def _sendToRadio(self, toRadio: mesh_pb2.ToRadio) -> None:
11181118
"""Send a ToRadio protobuf to the device"""
11191119
if self.noProto:
11201120
logging.warning(
1121-
f"Not sending packet because protocol use is disabled by noProto"
1121+
"Not sending packet because protocol use is disabled by noProto"
11221122
)
11231123
else:
11241124
# logging.debug(f"Sending toRadio: {stripnl(toRadio)}")

0 commit comments

Comments
 (0)