Skip to content

Commit d38f02c

Browse files
committed
chore: specify py return type
1 parent 4bcb2cc commit d38f02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py-utils/json_arg_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55

66

7-
def main():
7+
def main() -> None:
88
try:
99
json_target = json.loads(str(sys.stdin.read()))
1010
search_target = str(sys.argv[1])

0 commit comments

Comments
 (0)