Skip to content

Commit 7c6f9b9

Browse files
committed
remoivng extra spaces
1 parent f149b9a commit 7c6f9b9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

supporting-blog-content/github-assistant/evaluation.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,32 @@
2525
)
2626
parser.add_argument(
2727
"--num_documents",
28-
type=int,
28+
type=int,
2929
default=None,
30-
help="Number of documents to process (default: all)"
30+
help="Number of documents to process (default: all)",
3131
)
3232
parser.add_argument(
33-
"--skip_documents",
34-
type=int,
33+
"--skip_documents",
34+
type=int,
3535
default=0,
36-
help="Number of documents to skip at the beginning (default: 0)"
36+
help="Number of documents to skip at the beginning (default: 0)",
3737
)
3838
parser.add_argument(
39-
"--num_questions",
40-
type=int,
39+
"--num_questions",
40+
type=int,
4141
default=None,
42-
help="Number of questions to process (default: all)"
42+
help="Number of questions to process (default: all)",
4343
)
4444
parser.add_argument(
4545
"--skip_questions",
46-
type=int,
46+
type=int,
4747
default=0,
48-
help="Number of questions to skip at the beginning (default: 0)"
48+
help="Number of questions to skip at the beginning (default: 0)",
4949
)
5050
parser.add_argument(
5151
"--process_last_questions",
5252
action="store_true",
53-
help="Process last N questions instead of first N"
53+
help="Process last N questions instead of first N",
5454
)
5555
args = parser.parse_args()
5656

0 commit comments

Comments
 (0)