Skip to content

Commit 5809eaf

Browse files
committed
remove unused import and trailing whitespace
Signed-off-by: Alec Dektor <[email protected]>
1 parent ea0d8d9 commit 5809eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/manifolds/test_group.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pytest
44

55
from pymanopt.manifolds import SpecialOrthogonalGroup, UnitaryGroup
6-
from pymanopt.tools.multi import multieye, multihconj, multitransp, multiskewh
6+
from pymanopt.tools.multi import multieye, multihconj, multitransp
77

88

99
class TestSpecialOrthogonalGroup:
@@ -118,7 +118,7 @@ def test_random_tangent_vector_product(self):
118118
np_testing.assert_almost_equal(
119119
tangent_vector, -multihconj(tangent_vector)
120120
)
121-
121+
122122
def test_projection(self):
123123
point = self.manifold.random_point()
124124

0 commit comments

Comments
 (0)