Skip to content

Commit

Permalink
STY: Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Striega committed May 4, 2024
1 parent b3289ad commit 38dc04a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion numpy_financial/tests/test_financial.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# the versions in numpy instead of numpy_financial.
import numpy
import pytest
from hypothesis import given, settings, assume
from hypothesis import assume, given, settings
from numpy.testing import (
assert_,
assert_allclose,
Expand All @@ -18,6 +18,7 @@

import numpy_financial as npf


def float_dtype():
return npst.floating_dtypes(sizes=[32, 64], endianness="<")

Expand Down

0 comments on commit 38dc04a

Please sign in to comment.