Hello guys, the starting code from the website didn't run for me, but I noticed in other examples that we need to import pf.Task as well. That fixed the problem. Just wanted to make sure you know
Screenshot-2024-04-30-212932.png
By the way, removing the all imports after successful program run, doesn't break anything and I can still run the program.
Screenshot-2024-04-30-213739.png
I suspect it caches the imports. But is it intended behavior that it works without explicit import?
(roc_nightly-linux_x86_64-2024-04-30-db97e3e)
Haha :joy:. Platform imports are special cased. So something fishy is probably going on.
Oh, also, all our import code is getting reworked currently. So this may just go away with those changes.
Yeah, this should be fixed by #6658 which will be merged soon.
Last updated: Jul 06 2025 at 12:14 UTC