1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

formatting

This commit is contained in:
Kelly Brazil
2021-11-30 09:40:49 -08:00
parent 8a46a259a3
commit 975cf195cc

View File

@ -474,7 +474,6 @@ def parse(data, raw=False, quiet=False, ignore_exceptions=False):
for line in data:
output_line = {}
try:
if not isinstance(line, str): raise TypeError("Input line must be a 'str' object.")