Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73cc800

Browse files
authored
Updates for pycodestyle. (#2973)
1 parent f94f616 commit 73cc800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-bigtable/unit_tests/test_instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ def test_create(self):
254254
metadata=Any(
255255
type_url=type_url,
256256
value=metadata.SerializeToString(),
257-
)
258257
)
258+
)
259259

260260
# Patch the stub used by the API method.
261261
client._instance_stub = stub = _FakeStub(response_pb)

0 commit comments

Comments
 (0)