Skip to content

Commit edb5bb8

Browse files
committed
Whitespace
1 parent 5c615ed commit edb5bb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

varnish_admin_socket/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def connect(self):
5050
except ValueError:
5151
local_timeout = 5
5252

53-
5453
# Connect to the socket
5554
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
5655
sock.setblocking(1)

0 commit comments

Comments
 (0)