Skip to content

Commit

Permalink
Fix lint for new flake8-import-order
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerjou Cheng committed Jul 26, 2016
1 parent 7bac057 commit b009582
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appengine/standard/memcache/guestbook/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

# [START all]

import cgi
import cStringIO
import cgi
import logging
import urllib

Expand Down
4 changes: 2 additions & 2 deletions vision/api/face_detection/faces.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
import argparse
import base64

from googleapiclient import discovery
from oauth2client.client import GoogleCredentials
from PIL import Image
from PIL import ImageDraw
from googleapiclient import discovery
from oauth2client.client import GoogleCredentials


# [START get_vision_service]
Expand Down
2 changes: 1 addition & 1 deletion vision/api/face_detection/faces_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

import os

from faces import main
from PIL import Image
from faces import main


def test_main(resource, tmpdir):
Expand Down

0 comments on commit b009582

Please sign in to comment.