Skip to content

Commit

Permalink
fix typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Dec 20, 2024
1 parent e4df7e6 commit 49b1f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aurora/pipelines/fourier_coefficients.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def fc_decimations_creator(
decimation_factors: Optional[list] = None,
max_levels: Optional[int] = 6,
time_period: Optional[TimePeriod] = None,
) -> list[FCDecimation]:
) -> List[FCDecimation]:
"""
Creates mt_metadata FCDecimation objects that parameterize Fourier coefficient decimation levels.
Expand Down

0 comments on commit 49b1f33

Please sign in to comment.