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

@@ -42,7 +42,6 @@ def make_rpc_func(port, auth, host="127.0.0.1"):
host = host
def rpc_func(method, params=None):
nonlocal port, auth, host
return callrpc(port, auth, method, params, host)
return rpc_func