lint: Changes for flake8 7.2

This commit is contained in:
tecnovert
2025-03-30 00:54:35 +02:00
parent 447f32d6b2
commit a0c31fb87d
12 changed files with 2 additions and 15 deletions

View File

@@ -70,7 +70,6 @@ def make_rpc_func(node_id, base_rpc_port):
auth = "test{0}:test_pass{0}".format(node_id)
def rpc_func(method, params=None):
nonlocal node_id, auth
return callrpc(base_rpc_port + node_id, auth, method, params)
return rpc_func