Clean up imports
diff --git a/tests/test_json_model.py b/tests/test_json_model.py
index 88f2400..fc92654 100644
--- a/tests/test_json_model.py
+++ b/tests/test_json_model.py
@@ -21,12 +21,13 @@
 
 __author__ = 'jcgregorio@google.com (Joe Gregorio)'
 
-from apiclient.model import JsonModel
-from apiclient.errors import HttpError
 import os
 import unittest
 import httplib2
 
+from apiclient.model import JsonModel
+from apiclient.errors import HttpError
+
 # Python 2.5 requires different modules
 try:
   from urlparse import parse_qs