Skip to content

Commit 74bd5eb

Browse files
authored
Apply suggestions from code review
1 parent f888c3f commit 74bd5eb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

oldies/trust/federation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def get_backend_trust_chain(self) -> list[str]:
2020
"""
2121

2222
try:
23-
breakpoint()
2423
trust_evaluation_helper = self.build_trust_chain_for_entity_id(
2524
storage=self.db_engine,
2625
entity_id=self.client_id,

pyeudiw/tests/trust/test_anchor_loading.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
def test_load_anchors():
1010
db = DBEngine(CONFIG["storage"])
11-
1211
pem = DER_cert_to_PEM_cert(gen_chain()[-1])
1312

1413
anchors = [

0 commit comments

Comments
 (0)