Skip to content

Commit

Permalink
Removing unused import in test_client.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Sep 10, 2015
1 parent 594a171 commit fb20561
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gcloud_bigtable/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ def __eq__(self, other):
self.assertEqual(new_client._table_stub, None)

def test_copy_partial_failure(self):
import copy
from gcloud_bigtable._testing import _MockWithAttachedMethods
from gcloud_bigtable._testing import _Monkey
from gcloud_bigtable import client as MUT
Expand Down

0 comments on commit fb20561

Please sign in to comment.