forked from VimPlug/jedi
Remove unneccessary pass statement
This commit is contained in:
@@ -33,7 +33,6 @@ import builtin
|
|||||||
|
|
||||||
class NotFoundError(Exception):
|
class NotFoundError(Exception):
|
||||||
"""A custom error to avoid catching the wrong exceptions."""
|
"""A custom error to avoid catching the wrong exceptions."""
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class Script(object):
|
class Script(object):
|
||||||
|
|||||||
Reference in New Issue
Block a user