Skip to content

Commit

Permalink
Correct invalid type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Aug 14, 2024
1 parent 870ef65 commit 4697ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icepyx/core/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def parallel_request_OA(self) -> da.array:
OA_data_da = da.concatenate(requested_OA_data, axis=0)
return OA_data_da

def viz_elevation(self) -> (hv.DynamicMap, hv.Layout):
def viz_elevation(self) -> tuple[hv.DynamicMap, hv.Layout]:
"""
Visualize elevation requested from OpenAltimetry API using datashader based on cycles
https://holoviz.org/tutorial/Large_Data.html
Expand Down

0 comments on commit 4697ed6

Please sign in to comment.