Skip to content

Commit a558dec

Browse files
committed
Remove some pointless comments
1 parent 2d8b07c commit a558dec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/redis_release/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ def status(
233233
config_path = config_file or "config.yaml"
234234
config = load_config(config_path)
235235

236-
# Create release args
237236
args = ReleaseArgs(
238237
release_tag=release_tag,
239238
force_rebuild=[],
@@ -249,7 +248,6 @@ def status(
249248
# Always print to console
250249
print_state_table(state_syncer.state)
251250

252-
# Post to Slack if requested
253251
if slack:
254252
printer = init_slack_printer(slack_token, slack_channel_id)
255253
printer.update_message(state_syncer.state)

0 commit comments

Comments
 (0)