We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd01ce commit 1650082Copy full SHA for 1650082
cfonb/parser/common.py
@@ -65,7 +65,6 @@ def get_parser(cls, key):
65
for sub_cls in cls.__subclasses__():
66
if sub_cls._code == key:
67
return sub_cls
68
- import pdb; pdb.set_trace()
69
raise Exception('No class found')
70
71
def __init__(self):
0 commit comments