Skip to content

Commit

Permalink
FIX: Fix import for noaapsl
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Jan 16, 2024
1 parent c16d863 commit d0bac8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/io/noaapsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import xarray as xr
import yaml

from act.io import read_csv
from act.io.text import read_csv


def read_psl_wind_profiler(filepath, transpose=True):
Expand Down

0 comments on commit d0bac8d

Please sign in to comment.