Remove unnecesary del statement

上级 3bea5e1a
......@@ -70,8 +70,6 @@ class H2ConnectionPool:
d = pending_requests.popleft()
d.callback(conn)
del pending_requests
return conn
def _remove_connection(self, errors: List[BaseException], key: Tuple) -> None:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册