Skip to content

Commit b7e8137

Browse files
committed
fixed tests after rebasing
Signed-off-by: Nick Papior <[email protected]>
1 parent 1cb98d0 commit b7e8137

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/sisl/geom/tests/test_geom.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
import pytest
55

6+
from functools import partial
7+
import itertools
8+
import math as m
9+
import numpy as np
10+
611
from sisl import Atom, Lattice
712
from sisl.geom import *
813
from sisl._math_small import cross3, dot3
914

10-
import math as m
11-
import numpy as np
1215

1316

1417
pytestmark = [pytest.mark.geom]

0 commit comments

Comments
 (0)