Skip to content

Commit d64c30e

Browse files
author
Neil Booth
committed
Silence pylint
1 parent caa0e66 commit d64c30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electrumx/server/peers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ async def _verify_peer(self, session, peer):
348348
(session, peer))
349349

350350
# Propagate failed task exception
351-
g.result
351+
g.result # pylint:disable=W0104
352352

353353
# Process reported peers if remote peer is good
354354
peers = peers_task.result()

0 commit comments

Comments
 (0)