benorbital
06/08/2024, 9:58 AMfoo_flow = flow(foo, name="foo")
triggers a mypy
error?
No overload variant of "flow" matches argument types "Callable[[str, str, str, str | None, bool, str | None, str, int, str | None, int, int, bool, str], str]", "str"mypy
for mypy 1.10.0
& prefect 2.19.1
This is a barrier to creating flows from existing entrypoints (which I don't want to decorate) because mypy cant infer types