Skip to content

Commit

Permalink
abs imports 3
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
  • Loading branch information
coxipi and Zeitsperre authored Nov 6, 2024
1 parent 15435f1 commit a739f8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/xsdba/measures.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
import xarray as xr
from xclim.core.indicator import Indicator, base_registry

from .base import Grouper
from .typing import InputKind
from .units import convert_units_to, pint2cfattrs, units2pint
from .utils import _pairwise_spearman
from xsdba.base import Grouper
from xsdba.typing import InputKind
from xsdba.units import convert_units_to, pint2cfattrs, units2pint
from xsdba.utils import _pairwise_spearman


class StatisticalMeasure(Indicator):
Expand Down

0 comments on commit a739f8b

Please sign in to comment.