Skip to content

Commit

Permalink
added an ignore type error to get release tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
pgm committed Feb 5, 2024
1 parent 516f56a commit 55fa2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/sparklespray/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Config:

def create_machine_specs(self):
return MachineSpec(
service_account_email=self.credentials.service_account_email,
service_account_email=self.credentials.service_account_email, # type: ignore
boot_volume_in_gb=self.boot_volume_in_gb,
mounts=self.mounts,
work_root_dir=self.work_root_dir,
Expand Down

0 comments on commit 55fa2f5

Please sign in to comment.