Browse Source

formatting

pull/5/head
david 10 years ago
parent
commit
d8782dc594
  1. 5
      socketio/packet.py

5
socketio/packet.py

@ -135,11 +135,6 @@ class Packet(object):
else: else:
return data return data
def _data_is_binary(self, data): def _data_is_binary(self, data):
"""Check if the data contains binary components.""" """Check if the data contains binary components."""
try: try:

Loading…
Cancel
Save