You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In aiohttp we define params which is simply passed to URL.with_query(). We should have this parameter typed to allow the same things, but the type is rather complex:
In aiohttp we define
params
which is simply passed to URL.with_query(). We should have this parameter typed to allow the same things, but the type is rather complex:yarl/yarl/__init__.pyi
Lines 18 to 22 in efea830
Therefore, it'd be useful to export this type from yarl in order to be reused.
The text was updated successfully, but these errors were encountered: