Also, I think we can improve the type signature of...
# development
h
Also, I think we can improve the type signature of
Get
with type vars so that MyPy views these as the same:
Copy code
x = await Get(X, Y(..))
Copy code
x: X = await Get(X, Y(..))