Skip to content

Commit

Permalink
typer -> typing
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolson committed Nov 26, 2024
1 parent 0201019 commit 76f8321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mhkit/dolfyn/adp/clean.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Module containing functions to clean data."""

import warnings
from typer import Optional
from typing import Optional
import numpy as np
import xarray as xr
from scipy.signal import medfilt
Expand Down

0 comments on commit 76f8321

Please sign in to comment.