Skip to content

Commit

Permalink
remove unused dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Sep 30, 2024
1 parent 9eefbb9 commit 692608b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pywatershed/base/data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,6 @@ def xr_dd_to_dd(xr_dd: dict) -> dict:

def dd_to_xr_dd(dd: dict) -> dict:
dd = deepcopy(dd)
from xarray.coding.times import encode_cf_datetime

# remove metadata and encoding from the dict/model
meta = dd.pop("metadata")
Expand Down

0 comments on commit 692608b

Please sign in to comment.