Skip to content

Commit 89a1bd1

Browse files
author
Shun Fan
committed
Fix pep8 error
1 parent 69b19e2 commit 89a1bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/storage_transfer/test_create_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
#
1414
import unittest
1515

16+
import create_client
17+
1618
from mock import Mock
1719
from mock import patch
1820
from oauth2client.client import GoogleCredentials
1921

20-
import create_client
21-
2222

2323
class CheckCreateClientTestCase(unittest.TestCase):
2424
"""A test case for client creation."""

0 commit comments

Comments
 (0)