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

Fix importing Middleware type alias #185

Merged
merged 2 commits into from
Nov 23, 2023

Commits on Nov 21, 2023

  1. Fix importing Middleware type alias

    _Middleware was removed upstream in [#5898][0]. We can now use
    `Middleware` type alias from the typedefs starting from aiohttp 3.9.0
    
    [0]: aio-libs/aiohttp#5898
    mprasil authored and mprasil committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    2eb92fc View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Indent properly

    mprasil committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f7dab3b View commit details
    Browse the repository at this point in the history