turbaszek commented on a change in pull request #11111:
URL: https://github.com/apache/airflow/pull/11111#discussion_r493915652
##########
File path: airflow/providers/google/cloud/operators/bigquery.py
##########
@@ -20,26 +20,38 @@
"""
This module contains Google BigQuery operators.
"""
+import datetime
import enum
import hashlib
import json
+import logging
+import random
import re
+import string
+import time
import uuid
-import warnings
+importwarnings
Review comment:
```suggestion
import warnings
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]