jrmccluskey commented on code in PR #37590: URL: https://github.com/apache/beam/pull/37590#discussion_r2988514945
########## sdks/python/apache_beam/transforms/core_test.py: ########## @@ -22,12 +22,15 @@ import os import tempfile import unittest +from typing import Iterable Review Comment: Use collections.abc Iterable. The typing Iterable is currently just an alias of the collections.abc Iterable anyway, but it will eventually be removed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
