Skip to content

Commit 0bc40d4

Browse files
committed
refactor: remove unnecessary hashlib in header template
Signed-off-by: Takuma IMAMURA <takuma.imamura@acompany-ac.com>
1 parent efb4785 commit 0bc40d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyreflect/transpiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __pyreflect_self_id__():
3636
HEADER = (
3737
"#!/usr/bin/env python3\n"
3838
"# auto-generated mutually-referential attestation node -- do not edit\n"
39-
"import base64, hashlib, json\n"
39+
"import base64, json\n"
4040
"\n"
4141
)
4242

0 commit comments

Comments
 (0)