node pylint fixes
This commit is contained in:
parent
915bfb757d
commit
1e446b768c
|
@ -1,3 +1,7 @@
|
||||||
|
"""
|
||||||
|
src/network/node.py
|
||||||
|
===================
|
||||||
|
"""
|
||||||
import collections
|
import collections
|
||||||
|
|
||||||
Node = collections.namedtuple('Node', ['services', 'host', 'port'])
|
Node = collections.namedtuple('Node', ['services', 'host', 'port'])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user