From 5ead3066808abfdc6c50125db966142fcdcb253e Mon Sep 17 00:00:00 2001 From: achevrot Date: Fri, 15 Nov 2024 14:52:12 +0100 Subject: [PATCH] refactoring 3.12 (13) --- tests/sample_module.py | 2 +- tests/test_functions.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/sample_module.py b/tests/sample_module.py index fc78816..bea68fb 100644 --- a/tests/sample_module.py +++ b/tests/sample_module.py @@ -2,8 +2,8 @@ from typing_extensions import Annotated -import numpy.typing as npt import numpy as np +import numpy.typing as npt from impunity import impunity NDArrayFloat = npt.NDArray[np.float64] diff --git a/tests/test_functions.py b/tests/test_functions.py index 4b75360..f7d5202 100644 --- a/tests/test_functions.py +++ b/tests/test_functions.py @@ -6,7 +6,6 @@ from typing_extensions import Annotated import numpy as np -import numpy.typing as npt from impunity import impunity from .sample_module import (