Skip to content

Commit 39dc07e

Browse files
authored
Merge pull request #351 from xcp-ng/ruff-fixes
Fix formatting errors from ruff
2 parents fc8a5c6 + 8516c8a commit 39dc07e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/uefi_sb/test_varstored_sb.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ def setup_and_cleanup(self, uefi_vm_and_snapshot):
180180

181181
def install_old_certs(self, vm: VM):
182182
"""Populate a key set that looks like the old defaults."""
183-
184183
PK = EFIAuth.self_signed("PK")
185184
KEK = EFIAuth.self_signed("KEK", other_certs=[ms_certs.kek_ms_2011()])
186185
db = EFIAuth("db", other_certs=[ms_certs.db_uefi_2011(), ms_certs.db_win_2011()])
@@ -197,7 +196,6 @@ def install_old_certs(self, vm: VM):
197196

198197
def install_new_certs(self, vm: VM, signer: EFIAuth):
199198
"""Populate a key set that looks like the new defaults with 2023 MS keys."""
200-
201199
newPK = EFIAuth.self_signed("PK")
202200
newKEK = EFIAuth("KEK", other_certs=[ms_certs.kek_ms_2011(), ms_certs.kek_ms_2023()])
203201
newdb = EFIAuth(

0 commit comments

Comments
 (0)