arun() return type is Any #870
Unanswered
matias3981
asked this question in
Forums - Q&A
Replies: 2 comments
-
@unclecode Any thoughts here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also running into this error. Is there any documentation on how to set up a project with the right tools / Pyre or Pyright or etc to have the correct typing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys!
I currently get the following linter error:
And this is my code:
Why is that the return value of
arun()
is RunManyReturn[Unknown]. How can I solve that so it is a CrawlResult?Beta Was this translation helpful? Give feedback.
All reactions