We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707cee5 commit b4f64a7Copy full SHA for b4f64a7
1 file changed
perfkitbenchmarker/benchmark_spec.py
@@ -603,9 +603,7 @@ def ConstructVertexVectorSearch(self):
603
cloud = self.config.vvs.cloud
604
providers.LoadProvider(cloud)
605
model_class = vvs_resource.GetVVSResourceClass(cloud)
606
- self.vvs = model_class(
607
- self.config.vvs
608
- ) # pytype: disable=not-instanti
+ self.vvs = model_class(self.config.vvs) # pytype: disable=not-instantiable
609
self.vvs.SetVms(self.vm_groups)
610
self.resources.append(self.vvs)
611
0 commit comments