Skip to content

Commit

Permalink
TST/STY: Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai-Striega committed Mar 26, 2024
1 parent 9875f10 commit d33653a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from hypothesis import strategies as st
from hypothesis.extra import numpy as npst


# numba only supports 32-bit or 64-bit little endian values
NUMBA_ALLOWED_SIZES: list[Literal[32, 64]] = [32, 64]
NUMBA_ALLOWED_ENDIANNESS = "<"
Expand Down

0 comments on commit d33653a

Please sign in to comment.