From 38171107175ef44029e84cac9d8e74f824e2b47b Mon Sep 17 00:00:00 2001 From: Laurens Van Houtven <_@lvh.cc> Date: Thu, 11 Jul 2013 14:55:16 +0200 Subject: [PATCH] Remove unneccessary pass statement --- jedi/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jedi/api.py b/jedi/api.py index f74b7eed..6696d729 100644 --- a/jedi/api.py +++ b/jedi/api.py @@ -33,7 +33,6 @@ import builtin class NotFoundError(Exception): """A custom error to avoid catching the wrong exceptions.""" - pass class Script(object):