Skip to content

Commit

Permalink
refactoring 3.12 (13)
Browse files Browse the repository at this point in the history
  • Loading branch information
achevrot committed Nov 15, 2024
1 parent 287cdfe commit 5ead306
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/sample_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion tests/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 5ead306

Please sign in to comment.