echoapp_client: [PEP 8] Add space before comment
This commit is contained in:
parent
953d469280
commit
f1975aa380
@ -1,7 +1,7 @@
|
||||
import websocket
|
||||
try:
|
||||
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 time
|
||||
import sys
|
||||
|
Loading…
Reference in New Issue
Block a user