mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-15 13:17:23 +02:00
lint: Changes for flake8 7.2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user