Skip to content

Commit f14df0b

Browse files
committed
💅 Add a return type to die() @ attestations
1 parent 67339c7 commit f14df0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attestations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def die(msg: str) -> NoReturn:
4747
sys.exit(1)
4848

4949

50-
def debug(msg: str):
50+
def debug(msg: str) -> None:
5151
print(f'::debug::{msg}', file=sys.stderr)
5252

5353

0 commit comments

Comments
 (0)