node pylint fixes

This commit is contained in:
lakshyacis 2019-09-13 13:03:40 +05:30
parent 915bfb757d
commit 1e446b768c
No known key found for this signature in database
GPG Key ID: D2C539C8EC63E9EB
1 changed files with 4 additions and 0 deletions

View File

@ -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'])