sjvanrossum commented on code in PR #34135:
URL: https://github.com/apache/beam/pull/34135#discussion_r2116492209


##########
sdks/python/apache_beam/io/gcp/bigquery_tools.py:
##########
@@ -37,15 +36,12 @@
 import time
 import uuid
 from json.decoder import JSONDecodeError
-from typing import Optional
-from typing import Sequence
-from typing import Tuple
-from typing import TypeVar
-from typing import Union
+from typing import Optional, Sequence, Tuple, TypeVar, Union, Dict, List, 
TYPE_CHECKING

Review Comment:
   ```suggestion
   from typing import List
   from typing import Optional
   from typing import Sequence
   from typing import Tuple
   from typing import TypeVar
   from typing import Union
   ```



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to