1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-12-29 14:52:33 -08:00
parent f855420a82
commit ba89092e12
+1 -1
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})