Skip to content

Commit 8292fca

Browse files
committed
remove comments
1 parent 5ccb763 commit 8292fca

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/docker_entrypoint.py

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def parse_args() -> argparse.Namespace:
9292
help='Whether to use stockfish locally to calculate '
9393
'position evaluations.',
9494
)
95-
# todo: add other choices
9695
parser.add_argument('--step',
9796
type=str,
9897
choices=ETL_STEPS.keys(),

src/newsletter_entrypoint.py

-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ def parse_args() -> argparse.Namespace:
127127
required=True,
128128
help='Email to send newsletter to.',
129129
)
130-
131-
# todo: add other choices
132130
parser.add_argument('--step',
133131
type=str,
134132
choices=STEPS.keys(),

0 commit comments

Comments
 (0)