Is it expected that `foo_flow = flow(foo, name="foo")` triggers a `mypy` error? ```No overload varia...
b
Is it expected that
foo_flow = flow(foo, name="foo")
triggers a
mypy
error?
Copy code
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