Skip to content

Commit 8d783f9

Browse files
committed
Use shorter notation to import Sample
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent d16aec1 commit 8d783f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/sdk/timeseries/_ringbuffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import numpy as np
1515
import numpy.typing as npt
1616

17-
from frequenz.sdk.timeseries import Sample
17+
from . import Sample
1818

1919
FloatArray = TypeVar("FloatArray", List[float], npt.NDArray[np.float64])
2020

0 commit comments

Comments
 (0)