Open
Description
Description
Following this comment from @norkunas the type hints of returns are not indicated in the HandleSettings file. It might be a good idea to specify that the latter return tasks.
Possible solutions
- Declare the Task return type in some file and then import the type where a task is returned
- Introduce some value object that would hold the task info
This could be also done in other files