diff --git a/socketio/packet.py b/socketio/packet.py index f349aae..7a3c941 100644 --- a/socketio/packet.py +++ b/socketio/packet.py @@ -135,11 +135,6 @@ class Packet(object): else: return data - - - - - def _data_is_binary(self, data): """Check if the data contains binary components.""" try: