Skip to content

Commit 915bfb7

Browse files
committed
networkthread pylint fixes
1 parent e74affe commit 915bfb7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/network/networkthread.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
1+
"""
2+
src/network/networkthread.py
3+
============================
4+
"""
25
import network.asyncore_pollchoose as asyncore
36
import state
47
from debug import logger
@@ -8,6 +11,7 @@
811

912

1013
class BMNetworkThread(StoppableThread):
14+
"""A thread to handle network concerns"""
1115
def __init__(self):
1216
super(BMNetworkThread, self).__init__(name="Asyncore")
1317
logger.info("init asyncore thread")

0 commit comments

Comments
 (0)