Skip to content

Commit

Permalink
Apply black
Browse files Browse the repository at this point in the history
Former-commit-id: 8f01b7c
  • Loading branch information
xhlulu committed May 4, 2021
1 parent f1f0825 commit 894d972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dash-vehicle-geometry/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def probe_data(info):
nb_comp = array.GetNumberOfComponents()
value = array.GetValue(idx)
value_str = f"{array.GetValue(idx):.2f}"
norm_str = ""
norm_str = ""
if nb_comp == 3:
value = array.GetTuple3(idx)
norm = (value[0] ** 2 + value[1] ** 2 + value[2] ** 2) ** 0.5
Expand Down

0 comments on commit 894d972

Please sign in to comment.