Skip to content

Commit edfac4a

Browse files
committed
tests/memory: Uniformize imports order
1 parent 05ba5f0 commit edfac4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import weakref
22

3-
from pympler.asizeof import asizeof as sizeof # type: ignore
43
from hypothesis import given
4+
from pympler.asizeof import asizeof as sizeof # type: ignore
55

66
from ppb_vector import Vector2
77
from utils import floats, vectors

0 commit comments

Comments
 (0)