Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Commit 6dd51ca

Browse files
Update adr_sdk.py
1 parent 3746e89 commit 6dd51ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adr_sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def print_summary(self):
383383
print(f"Hash: {self.record_hash[:32]}...")
384384
print(f"Prev Hash: {self.previous_hash[:32]}...")
385385
if self.compliance_warnings:
386-
print(f"\nWarnings:")
386+
print("\nWarnings:")
387387
for w in self.compliance_warnings:
388388
print(f" {w}")
389389
print(f"{'='*60}\n")

0 commit comments

Comments
 (0)