lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.07k stars 120 forks source link

Use `Optional` type hints where appropriate #168

Closed lukasschwab closed 2 months ago

lukasschwab commented 2 months ago

Description

Breaking changes

List any changes that break the API usage supported on master.

None — only changes type hints. Optional[T] is an alias for T | None, which describes the existing data.

Relevant issues

List GitHub issues relevant to this change.

Checklist