This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit 5892b5b66c736c79e1d9ec015aa26e76695e8d1e Author: Greg Stein <[email protected]> AuthorDate: Tue Feb 3 00:42:01 2026 -0600 ensure we have importlib.util --- v3/steve/vtypes/stv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/steve/vtypes/stv.py b/v3/steve/vtypes/stv.py index 72755bb..55c6af1 100644 --- a/v3/steve/vtypes/stv.py +++ b/v3/steve/vtypes/stv.py @@ -16,7 +16,7 @@ # under the License. import os.path -import importlib +import importlib.util # Where can we find the stv_tool module? STV_RELPATH = '../../../monitoring/stv_tool.py'
