Skip to content

Commit a7b3e63

Browse files
committed
Fix comment issue
1 parent 6a0ebf6 commit a7b3e63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skills/rhdh-test-plan-review/scripts/fetch_schedule.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Note: uses uv run --script for Google API deps (see ADR-0002 for stdlib-only rationale;
2-
# Google Sheets SDK is an intentional exception)
31
#!/usr/bin/env -S uv run --script
42
# /// script
53
# requires-python = ">=3.10"
@@ -9,6 +7,8 @@
97
# "google-auth-httplib2>=0.2",
108
# ]
119
# ///
10+
# Note: uses uv run --script for Google API deps (see ADR-0002 for stdlib-only rationale;
11+
# Google Sheets SDK is an intentional exception)
1212
"""Fetch RHDH milestone dates (Feature Freeze, Code Freeze, GA) from the RHDH schedule Google Sheet."""
1313

1414
import argparse

0 commit comments

Comments
 (0)