Skip to content

Commit 6393e43

Browse files
committed
Adjusted import order to pass flake8 test
1 parent 90844db commit 6393e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

video/cloud-client/labels/labels_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# limitations under the License.
1616

1717
import os
18-
import labels
1918
import pytest
19+
import labels
2020

2121

2222
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']

0 commit comments

Comments
 (0)