From d33653a71a1a426133935867487373f9263d34f4 Mon Sep 17 00:00:00 2001 From: Kai Striega Date: Tue, 26 Mar 2024 13:24:41 +1100 Subject: [PATCH] TST/STY: Sort imports --- tests/strategies.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/strategies.py b/tests/strategies.py index 8de8f2f..2b27985 100644 --- a/tests/strategies.py +++ b/tests/strategies.py @@ -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 = "<"