1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-12-29 14:52:33 -08:00
parent f855420a82
commit ba89092e12

View File

@@ -514,7 +514,7 @@ def _fix_objects(obj):
continue
if isinstance(v, list):
newlist =[]
newlist = []
for i in v:
newlist.append(_fix_objects(i))
obj.update({k: newlist})