1
0
forked from VimPlug/jedi

Remove unneccessary pass statement

This commit is contained in:
Laurens Van Houtven
2013-07-11 14:55:16 +02:00
parent afcaa89cf0
commit 3817110717

View File

@@ -33,7 +33,6 @@ import builtin
class NotFoundError(Exception):
"""A custom error to avoid catching the wrong exceptions."""
pass
class Script(object):