diff --git a/jedi/parsing.py b/jedi/parsing.py index 240f3c62..d469b344 100644 --- a/jedi/parsing.py +++ b/jedi/parsing.py @@ -26,10 +26,6 @@ from jedi import common from jedi import parsing_representation as pr -class ParserError(Exception): - pass - - class Parser(object): """ This class is used to parse a Python file, it then divides them into a