mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix lint error caused by black
This commit is contained in:
parent
ce76f4a449
commit
78609a236d
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue