Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 31, 2024
1 parent ca8bb75 commit a504b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xsdba/indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
import warnings
import weakref
from collections import OrderedDict, defaultdict
from collections.abc import Sequence
from copy import deepcopy
from dataclasses import asdict, dataclass
from functools import reduce
Expand All @@ -117,7 +118,6 @@
from pathlib import Path
from types import ModuleType
from typing import Any, Callable, Optional, Union
from collections.abc import Sequence

import numpy as np
import xarray
Expand Down

0 comments on commit a504b6c

Please sign in to comment.