Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor type hint improvements #754

Merged
merged 5 commits into from
Mar 8, 2024
Merged

Minor type hint improvements #754

merged 5 commits into from
Mar 8, 2024

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    d4d32e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1c1d23 View commit details
    Browse the repository at this point in the history
  3. Change Iterable to Collection

    These can't be Iterable, since `if obj` may not necessarily work with
    arbitrary Iterable, only Container types.
    lieryan committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    48d3eae View commit details
    Browse the repository at this point in the history
  4. Remove unused function

    lieryan committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2fb3a46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a3d4c8 View commit details
    Browse the repository at this point in the history