From d8782dc59415abfde2e03da27bdc80279315846c Mon Sep 17 00:00:00 2001 From: david Date: Wed, 14 Oct 2015 23:44:23 +0200 Subject: [PATCH] formatting --- socketio/packet.py | 5 ----- 1 file changed, 5 deletions(-) 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: