Remove unnecessary pass statement

pull/22/head
nirenjan 2020-06-11 16:04:12 -07:00
parent 071162a907
commit 1efcaf8970
1 changed files with 0 additions and 2 deletions

View File

@ -138,8 +138,6 @@ class LineFormatError(ValueError):
""" """
Error class for parser Error class for parser
""" """
pass
def parse_line(data): def parse_line(data):
""" """