Skip to content

Commit 5d11356

Browse files
committed
chore: reorder import statements for consistency
1 parent 9723744 commit 5d11356

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/komm/_constellations/Constellation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
import numpy as np
44
import numpy.typing as npt
55

6+
from .. import abc
67
from ..types import Array1D, Array2D
78

89
T = TypeVar("T", np.floating, np.complexfloating)
910

10-
from .. import abc
11-
1211

1312
class Constellation(abc.Constellation[T]):
1413
r"""

0 commit comments

Comments
 (0)