style(connector.py): add blank line
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user