Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
m5l14i11 committed Sep 19, 2024
1 parent 9da7142 commit a42363b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/models/entity/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def format_value(value):
return f"{value:.8f}"
return str(value)

print(field_dict)

return ", ".join(
f"{key}={format_value(value)}" if value is not None else f"{key}=NA"
for key, value in field_dict.items()
Expand Down

0 comments on commit a42363b

Please sign in to comment.