mirror of
https://github.com/github/spec-kit.git
synced 2026-07-05 21:49:47 +08:00
The _parse_rate_limit_headers() function uses timezone.utc on line 82 but timezone was never imported from datetime. This would raise a NameError the first time GitHub API rate-limit headers are parsed. Import timezone alongside datetime to fix the missing import.