We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c615ed commit edb5bb8Copy full SHA for edb5bb8
varnish_admin_socket/__init__.py
@@ -50,7 +50,6 @@ def connect(self):
50
except ValueError:
51
local_timeout = 5
52
53
-
54
# Connect to the socket
55
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
56
sock.setblocking(1)
0 commit comments