Skip to content

Commit f5b4b6d

Browse files
authored
Add back sys import. (#36862)
* Add back sys import. * mend
1 parent 2a06694 commit f5b4b6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdks/python/apache_beam/typehints/native_type_compatibility.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import collections
2323
import collections.abc
2424
import logging
25+
import sys
2526
import types
2627
import typing
2728
from typing import Generic

0 commit comments

Comments
 (0)