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):