This is an automated email from the ASF dual-hosted git repository.
jrmccluskey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new f5b4b6d2429 Add back sys import. (#36862)
f5b4b6d2429 is described below
commit f5b4b6d24292777d25eaac8fa3fa016252a93826
Author: claudevdm <[email protected]>
AuthorDate: Wed Nov 19 10:43:58 2025 -0500
Add back sys import. (#36862)
* Add back sys import.
* mend
---
sdks/python/apache_beam/typehints/native_type_compatibility.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/sdks/python/apache_beam/typehints/native_type_compatibility.py
b/sdks/python/apache_beam/typehints/native_type_compatibility.py
index 637574ce837..7cdfa0721ff 100644
--- a/sdks/python/apache_beam/typehints/native_type_compatibility.py
+++ b/sdks/python/apache_beam/typehints/native_type_compatibility.py
@@ -22,6 +22,7 @@
import collections
import collections.abc
import logging
+import sys
import types
import typing
from typing import Generic