#2464 - Forgot to save and add a file that would cause flake8 failure

This commit is contained in:
Charlie Crane
2024-05-01 16:22:26 +01:00
parent c2cc5228ae
commit a2482dc744

View File

@@ -652,7 +652,7 @@ class Link(SimComponent):
# Load the frame size on the link
self.current_load += frame_size
_LOGGER.debug(
f"Added {frame_size:.3f} Mbits to {self}, current load {self.current_load:.3f} Mbits "
f"Added {frame_size:.3f} Mbits to {self}, current load {self.current_load:.3f} Mbits " # noqa
f"({self.current_load_percent})"
)
return True