Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adjusted import order to satisfy flake8
  • Loading branch information
pstoll committed Oct 12, 2017
commit bc048d890fecf1691e4c91ef07eb8b71c005504b
2 changes: 1 addition & 1 deletion video/cloud-client/faces/faces_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# limitations under the License.

import os
import faces
import pytest
import faces


BUCKET = os.environ['CLOUD_STORAGE_BUCKET']
Expand Down