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

🔥 Remove unused functionality from _typing.py file #805

Merged
merged 7 commits into from
Aug 28, 2024

Commits on Apr 24, 2024

  1. 🔥 Remove _typing.py file

    It was only used to import the `get_args` and `get_origin` methods, but we can
    import them from `typing_extensions` directly.
    ivantodorovich committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f5f5304 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    440c626 View commit details
    Browse the repository at this point in the history
  2. remove dead code

    svlandeg committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    00eff28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21b23f6 View commit details
    Browse the repository at this point in the history
  4. fix comment

    svlandeg committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    51b8712 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78dec75 View commit details
    Browse the repository at this point in the history
  6. add comment

    svlandeg committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    823fcd4 View commit details
    Browse the repository at this point in the history