From 058e9ce738856479320c1a9ce1131498ddb4fd87 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 18 Mar 2015 18:04:20 -0300 Subject: cleaning unused imports and variables --- service/pixelated/support/ext_protobuf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/pixelated/support') diff --git a/service/pixelated/support/ext_protobuf.py b/service/pixelated/support/ext_protobuf.py index 1d6fc5fc..548f5fd6 100644 --- a/service/pixelated/support/ext_protobuf.py +++ b/service/pixelated/support/ext_protobuf.py @@ -28,7 +28,7 @@ if _platform == 'darwin': try: func(*args, **kwargs) pass - except Exception as e: + except: pass return wrapper -- cgit v1.2.3