apparently fixing black's pylint breakage... breaks black. cool.

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

View file

@ -160,9 +160,7 @@ class GCETestCase(TestCase, LoaderModuleMockMixin):
Test requesting an instance with GCE accelerators
"""
self.vm_.update(
{"ex_accelerator_type": "foo", "ex_accelerator_count": 42}
)
self.vm_.update({"ex_accelerator_type": "foo", "ex_accelerator_count": 42})
call_kwargs = {
"ex_disk_type": "pd-standard",
"ex_metadata": {"items": [{"value": None, "key": "salt-cloud-profile"}]},