Skip to content

Commit 2fae4d3

Browse files
authored
Merge pull request #25323 from stefanor/import-asstr
BUG: Restore missing asstr import
2 parents ce89a0a + cd29a90 commit 2fae4d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/f2py/tests/util.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import numpy
2121

2222
from pathlib import Path
23+
from numpy.compat import asstr
2324
from numpy._utils import asunicode
2425
from numpy.testing import temppath, IS_WASM
2526
from importlib import import_module

0 commit comments

Comments
 (0)