Skip to content

Commit 19607a8

Browse files
gijzelaerrclaude
andcommitted
Fix ruff format: extra trailing space in comment
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2904500 commit 19607a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def test_tcp_connect_sets_keepalive_timing(self, mock_socket_mod: MagicMock, moc
488488
mock_socket_mod.SO_KEEPALIVE = _socket.SO_KEEPALIVE
489489
mock_socket_mod.IPPROTO_TCP = _socket.IPPROTO_TCP
490490
mock_socket_mod.TCP_NODELAY = _socket.TCP_NODELAY
491-
mock_socket_mod.TCP_KEEPIDLE = 4 # simulate attribute present
491+
mock_socket_mod.TCP_KEEPIDLE = 4 # simulate attribute present
492492
mock_socket_mod.TCP_KEEPINTVL = 5
493493
mock_socket_mod.TCP_KEEPCNT = 6
494494

0 commit comments

Comments
 (0)