pabloem commented on a change in pull request #14499:
URL: https://github.com/apache/beam/pull/14499#discussion_r611920845
##########
File path: sdks/python/apache_beam/io/gcp/bigquery_tools.py
##########
@@ -69,6 +71,11 @@
except ImportError:
pass
+try:
Review comment:
that makes sense - you can add `# pylint: disable=ungrouped-imports,
wrong-import-order, wrong-import-position` before the block to get pylint to
pass.
--
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]