diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-04-21 14:58:51 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-04-21 14:58:51 +0300 |
commit | 60cdcf30a4ddd29907513f32b2e607e092c96179 (patch) | |
tree | 58db25e8a183203c30637480832fac61fb898ff6 | |
parent | 4ad6144ed028f61ca6fa9d381cfe6516172a5ee1 (diff) |
test: Fix linter issue
-rwxr-xr-x | test/functional/p2p_filter.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/p2p_filter.py b/test/functional/p2p_filter.py index 83c019bc3d..a8b768c144 100755 --- a/test/functional/p2p_filter.py +++ b/test/functional/p2p_filter.py @@ -20,7 +20,6 @@ from test_framework.messages import ( from test_framework.mininode import P2PInterface from test_framework.script import MAX_SCRIPT_ELEMENT_SIZE from test_framework.test_framework import BitcoinTestFramework -from test_framework.util import assert_equal class FilterNode(P2PInterface): |