Encountered an error with Return type of generator function #23
-
Hi everyone,
This error occurs in the I’m unsure whether the fixture should be refactored to return a Site object directly or if the return type annotation should be updated to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @RupeshMangalam21! Is this related to the ruff work you are doing? If yes, I think it's fine to change it to a |
Beta Was this translation helpful? Give feedback.
Hi @RupeshMangalam21! Is this related to the ruff work you are doing? If yes, I think it's fine to change it to a
return
, the Site object is just a config model so there shouldn't be any benefit from yielding it.