nehsyc commented on pull request #14033:
URL: https://github.com/apache/beam/pull/14033#issuecomment-784695476
Thanks for the review!
I got the following lint errors which are supposed to be suppressed. Any
ideas?
```
17:47:48 ERROR:
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/gcp/bigquery_test.py
Imports are incorrectly sorted.
17:47:48 ---
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/gcp/bigquery_test.py:before
2021-02-23 01:43:30.069624
17:47:48 +++
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/io/gcp/bigquery_test.py:after
2021-02-23 01:47:43.161598
17:47:48 @@ -38,6 +38,10 @@
17:47:48 import mock
17:47:48 import pytz
17:47:48 from nose.plugins.attrib import attr
17:47:48 +# Protect against environments where bigquery library is not
available.
17:47:48 +# pylint: disable=wrong-import-order, wrong-import-position
17:47:48 +from parameterized import param
17:47:48 +from parameterized import parameterized
```
----------------------------------------------------------------
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]