fix lint error caused by black

This commit is contained in:
Erik Johnson 2020-04-21 00:29:06 -05:00 committed by Daniel Wozniak
parent ce76f4a449
commit 78609a236d

View file

@ -161,7 +161,7 @@ class GCETestCase(TestCase, LoaderModuleMockMixin):
"""
self.vm_.update(
{"ex_accelerator_type": "foo", "ex_accelerator_count": 42,}
{"ex_accelerator_type": "foo", "ex_accelerator_count": 42}
)
call_kwargs = {
"ex_disk_type": "pd-standard",