Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Jun 29, 2023
1 parent 926a908 commit bcaedde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/ufsda/soca_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
sys.path.append(str(pyioda_lib))
sys.path.append(str(pyiodaconv_lib))
import pyiodaconv.ioda_conv_engines as iconv
from orddicts import DefaultOrderedDict
from pyiodaconv.orddicts import DefaultOrderedDict

__all__ = ['concatenate_ioda']

Expand Down

0 comments on commit bcaedde

Please sign in to comment.