mik-laj commented on a change in pull request #8556:
URL: https://github.com/apache/airflow/pull/8556#discussion_r415203015
##########
File path: tests/providers/google/cloud/operators/test_gcs_to_bigquery.py
##########
@@ -17,10 +17,12 @@
# under the License.
import unittest
Review comment:
These import should be in the following order:because the isort is sad.
```
import unittest
import mock
import pytest
```
----------------------------------------------------------------
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]