Skip to content

Commit 34f5001

Browse files
committed
import order
1 parent 2f81d1d commit 34f5001

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

video/cloud-client/analyze/analyze_test.py

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

1717
import os
18-
19-
import pytest
20-
2118
import analyze
19+
import pytest
2220

2321

2422
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']

video/cloud-client/faces/faces_test.py

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

1717
import os
18-
18+
import faces
1919
import pytest
2020

21-
import faces
2221

2322
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']
2423
FACES_FILE_PATH = '/video/googlework.mp4'

video/cloud-client/labels/labels_test.py

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

1717
import os
18-
18+
import labels
1919
import pytest
2020

21-
import labels
2221

2322
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']
2423
LABELS_FILE_PATH = '/video/cat.mp4'

0 commit comments

Comments
 (0)