openfl
openfl copied to clipboard
Flake8-annotations: fix errors in federated/task, part3(4)
Preparations to add Flake8-annotations plugin.
This fix is only for errors in federated/task folder (part 1).
It is assumed that the next flake8-annotations errors will be ignored:
ANN002 - Missing type annotation for *args
ANN003 - Missing type annotation for **kwargs
ANN101 - Missing type annotation for self
in method
ANN102 - Missing type annotation for cls
in classmethod