Skip to content

Commit 87a4ea7

Browse files
committed
STY: Sort imports
1 parent 7ef5de7 commit 87a4ea7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

numpy_financial/tests/test_financial.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# the versions in numpy instead of numpy_financial.
99
import numpy
1010
import pytest
11-
from hypothesis import given, settings, assume
11+
from hypothesis import assume, given, settings
1212
from numpy.testing import (
1313
assert_,
1414
assert_allclose,
@@ -18,6 +18,7 @@
1818

1919
import numpy_financial as npf
2020

21+
2122
def float_dtype():
2223
return npst.floating_dtypes(sizes=[32, 64], endianness="<")
2324

0 commit comments

Comments
 (0)