mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
formatting
This commit is contained in:
@ -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.")
|
||||
|
||||
|
Reference in New Issue
Block a user