We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcb2cc commit d38f02cCopy full SHA for d38f02c
py-utils/json_arg_parser.py
@@ -4,7 +4,7 @@
4
import sys
5
6
7
-def main():
+def main() -> None:
8
try:
9
json_target = json.loads(str(sys.stdin.read()))
10
search_target = str(sys.argv[1])
0 commit comments