Skip to content

Commit c364607

Browse files
committed
Updated formatting of comment
1 parent 3a784f0 commit c364607

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pynetworktables2js/tornado_handlers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ def open(self):
2727
self.ntserial = NTSerial(self.send_msg_threadsafe)
2828

2929
def check_origin(self, origin):
30-
'''Allow CORS requests'''
30+
"""
31+
Allow CORS requests
32+
"""
3133
return True
3234

3335
def on_message(self, message):

0 commit comments

Comments
 (0)