Skip to content

Commit bde5a83

Browse files
committed
whitespace change only
1 parent e412963 commit bde5a83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

megadetector/utils/ct_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ def round_floats_in_nested_dict(obj, decimal_places=5, allow_iterator_conversion
605605
Returns:
606606
The processed object (useful for recursive calls)
607607
"""
608+
608609
if isinstance(obj, dict):
609610
for key in obj:
610611
obj[key] = round_floats_in_nested_dict(obj[key], decimal_places=decimal_places,

0 commit comments

Comments
 (0)