Skip to content

Commit c3c60fe

Browse files
committed
dang it darglint
1 parent c8e9058 commit c3c60fe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/units/utils/test_processes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ def test_is_process_on_port_concurrent_access(should_listen):
144144
"""
145145

146146
def create_server_and_test(port_holder, listen):
147-
"""Create a server socket and test port detection."""
148147
server = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
149148
server.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
150149
server.bind(("127.0.0.1", 0))

0 commit comments

Comments
 (0)