From dd4d0bc6199272d2a8b1ff39316d6b0e20c763a8 Mon Sep 17 00:00:00 2001 From: David Halter Date: Fri, 6 Sep 2013 00:49:21 +0430 Subject: [PATCH] remove unused ParserError --- jedi/parsing.py | 4 ---- 1 file changed, 4 deletions(-) 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