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
For some reason, the errors only appear on 1 method, despite the decorator being used in a similar way on several other methods. Which means it's probably difficult to get a minimal reproducer, though the project itself is pretty small.
I highlighted aiohttp-admin as it is doing a lot of introspection on sqlalchemy, so it probably has some interesting edge cases for typing that not many other projects will see. The other libraries I mentioned are all very small, so shouldn't add much overhead, but also strictly typed, so there's a chance they may find a regression.
Bug Report
https://github.com/aio-libs/aiomcache/actions/runs/6854046166/job/18636163359?pr=359
For some reason, the errors only appear on 1 method, despite the decorator being used in a similar way on several other methods. Which means it's probably difficult to get a minimal reproducer, though the project itself is pretty small.
To Reproduce
Checkout: aio-libs/aiomcache#359
Run:
mypy
The text was updated successfully, but these errors were encountered: