Skip to content

Commit bc048d8

Browse files
committed
Adjusted import order to satisfy flake8
1 parent fc42ab9 commit bc048d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

video/cloud-client/faces/faces_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 faces
1918
import pytest
19+
import faces
2020

2121

2222
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']

0 commit comments

Comments
 (0)