Skip to content

Commit 2bc1c31

Browse files
committed
🙈 organize imports
1 parent 73208b2 commit 2bc1c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsdownsample/_python/downsamplers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
from abc import ABC
12
from enum import Enum
23
from typing import NamedTuple, Union
34

45
import numpy as np
56

67
from ..downsampling_interface import AbstractDownsampler
7-
from abc import ABC
88

99

1010
def _get_bin_idxs(x: np.ndarray, nb_bins: int) -> np.ndarray:

0 commit comments

Comments
 (0)