style(connector.py): add blank line

This commit is contained in:
2025-11-19 21:55:24 +01:00
parent 54d2ba0083
commit a28c724145

View File

@@ -68,6 +68,7 @@ class Connector:
self.logger.debug(
f"[>] Sent {sent} bytes: {self.outbound_buffer[:sent]!r}"
)
self.outbound_buffer = self.outbound_buffer[sent:]
except BlockingIOError:
# OS buffer full, wait for next EVENT_WRITE