node pylint fixes

python3android
lakshyacis 4 years ago
parent 915bfb757d
commit 1e446b768c
No known key found for this signature in database
GPG Key ID: D2C539C8EC63E9EB

@ -1,3 +1,7 @@
"""
src/network/node.py
===================
"""
import collections
Node = collections.namedtuple('Node', ['services', 'host', 'port'])

Loading…
Cancel
Save