Page MenuHomePhabricator

[lint] Fix variables shadowing python builtins in interface_zmq.py
ClosedPublic

Authored by sdulfari on Apr 19 2023, 18:40.

Details

Summary

Shadowing builtins can lead to unexpected behavior. Continuing work from D13740

Test Plan
./test/functional/test_runner.py interface_zmq
flake8 interface_zmq.py | grep A001  # empty

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable