Skip to content

Commit 1308bab

Browse files
committed
Fix import order in numpy.py
1 parent 0a5c896 commit 1308bab

File tree

1 file changed

+2
-2
lines changed
  • hypothesis-python/src/hypothesis/extra

1 file changed

+2
-2
lines changed

hypothesis-python/src/hypothesis/extra/numpy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
from hypothesis._settings import note_deprecation
3131
from hypothesis.errors import HypothesisException, InvalidArgument
3232
from hypothesis.extra._array_helpers import (
33+
_BIE,
34+
NDIM_MAX,
3335
BasicIndex,
3436
BasicIndexStrategy,
3537
BroadcastableShapes,
36-
NDIM_MAX,
3738
Shape,
38-
_BIE,
3939
_BIENoEllipsis,
4040
_BIENoEllipsisNoNewaxis,
4141
_BIENoNewaxis,

0 commit comments

Comments
 (0)