remove redundant f string

This commit is contained in:
Michael Gillett committed 2025-02-18 14:24:04 -05:00
1 parent 60f9dc6266
commit 530d92ead2
1 file changed
+1 -1
+1 -1
View File
@@ -1118,7 +1118,7 @@ class MeshInterface: # pylint: disable=R0902
"""Send a ToRadio protobuf to the device"""
if self.noProto:
logging.warning(
f"Not sending packet because protocol use is disabled by noProto"
"Not sending packet because protocol use is disabled by noProto"
)
else:
# logging.debug(f"Sending toRadio: {stripnl(toRadio)}")