Skip to content

Commit

Permalink
wxGUI/wxplot: Format profile with black
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Apr 20, 2024
1 parent f691d07 commit 4b22c33
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions gui/wxpython/wxplot/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,11 @@ def SetupProfile(self):
# transect
self.seglist.append(
(
segment_geodesic_cum_dist
if self._is_lat_lon_proj and haveCtypes
else cumdist,
(
segment_geodesic_cum_dist
if self._is_lat_lon_proj and haveCtypes
else cumdist
),
val,
)
)
Expand Down

0 comments on commit 4b22c33

Please sign in to comment.