Skip to content

Commit

Permalink
removing import from measures_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-s committed Jan 26, 2024
1 parent 31e0757 commit 625f7e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mhw_measures/measures_dict.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import xarray as xr

from mhw_measures.measures import *

def merged_by_objid(
mask_field: xr.Dataset,
Expand Down Expand Up @@ -171,4 +170,4 @@ def measures_dict(
data_dict['com_xrcoords_ls'].append(com_xrcoords_ls)
data_dict['first_time'].append(first_time)

return data_dict
return data_dict

0 comments on commit 625f7e4

Please sign in to comment.