mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-12 02:06:14 -05:00
Replace 'str | None' with 'Optional[str]' in validate_citations.py for compatibility with Python 3.9 and earlier versions used in pre-commit environments.