Skip to content

Commit

Permalink
Restore missing asstr import
Browse files Browse the repository at this point in the history
The user of this import was removed in the cleanup in #25111, post-2.26.
  • Loading branch information
stefanor committed Dec 6, 2023
1 parent af5a399 commit cd29a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/f2py/tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import numpy

from pathlib import Path
from numpy.compat import asstr
from numpy._utils import asunicode
from numpy.testing import temppath, IS_WASM
from importlib import import_module
Expand Down

0 comments on commit cd29a90

Please sign in to comment.