forked from VimPlug/jedi
remove unused ParserError
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user