Skip to content

Commit

Permalink
Address lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinmit committed Jul 22, 2020
1 parent b5b609c commit 3a7529b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion shinysdr/i/network/export_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

from shinysdr.i.json import serialize
from shinysdr.i.network.base import prepath_escaped, template_filepath
from shinysdr.i.pycompat import defaultstr
from shinysdr.values import IWritableCollection


Expand Down
2 changes: 2 additions & 0 deletions shinysdr/i/network/webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ def make_hybi07_frame(buf, opcode=0x1):
# Always make a normal packet.
header = six.int2byte(0x80 | opcode)
return header + length + buf


txws.make_hybi07_frame = make_hybi07_frame


Expand Down

0 comments on commit 3a7529b

Please sign in to comment.