Skip to content

Commit 690bee5

Browse files
committed
[parser_utils] Remove unnecessary pass
1 parent a45558e commit 690bee5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

odml/tools/parser_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ class ParserException(Exception):
2626
"""
2727
Exception wrapper used by various odML parsers.
2828
"""
29-
pass
3029

3130

3231
class InvalidVersionException(ParserException):
3332
"""
3433
Exception wrapper to indicate a non-compatible odML version.
3534
"""
36-
pass
3735

3836

3937
def odml_tuple_export(odml_tuples):

0 commit comments

Comments
 (0)