8000 Restore missing asstr import · numpy/numpy@cd29a90 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd29a90

Browse files
committed
Restore missing asstr import
The user of this import was removed in the cleanup in #25111, post-2.26.
1 parent af5a399 commit cd29a90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/f2py/tests/util.py

Lines changed: 1 addition & 0 deletions
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)
0