Improve task callable type hints #1489
Labels
complexity:easy
Something that requires less than a day to fix
kind:debt
Technical debt
topic:build
Anything related to building steps
We disabled a
pylint
rule in #1477 to cope with type hints indicating aOptional[TaskError]
return value. It seems we can avoid this altogether by adjusting the type hints, as explained below:Originally posted by @slaperche-scality in #1477
The text was updated successfully, but these errors were encountered: