Skip to content
Prev Previous commit
Lint fixes.
  • Loading branch information
tseaver committed Jun 28, 2016
commit 6f4acedfe7af96f5d7893d2daad9aa23362e9b58
1 change: 0 additions & 1 deletion gcloud/bigtable/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ def test_instance_factory_defaults(self):
PROJECT = 'PROJECT'
INSTANCE_ID = 'instance-id'
DISPLAY_NAME = 'display-name'
LOCATION_ID = 'locname'
credentials = _Credentials()
client = self._makeOne(project=PROJECT, credentials=credentials)

Expand Down
2 changes: 0 additions & 2 deletions system_tests/bigtable.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import datetime
import operator
import os
import time

import unittest2
Expand Down Expand Up @@ -101,7 +100,6 @@ def _retry_backoff(meth, *args, **kw):

def setUpModule():
_helpers.PROJECT = TESTS_PROJECT
PROJECT = os.getenv(TESTS_PROJECT)
Config.CLIENT = Client(admin=True)
Config.INSTANCE = Config.CLIENT.instance(INSTANCE_ID, LOCATION_ID)
Config.CLIENT.start()
Expand Down