echoapp_client: [PEP 8] Add space before comment
This commit is contained in:
parent
953d469280
commit
f1975aa380
@ -1,7 +1,7 @@
|
|||||||
import websocket
|
import websocket
|
||||||
try:
|
try:
|
||||||
import thread
|
import thread
|
||||||
except ImportError: #TODO use Threading instead of _thread in python3
|
except ImportError: # TODO use Threading instead of _thread in python3
|
||||||
import _thread as thread
|
import _thread as thread
|
||||||
import time
|
import time
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user