nornir-automation / nornir

Pluggable multi-threaded framework with inventory management to help operate collections of devices
https://nornir.readthedocs.io/
Apache License 2.0
1.36k stars 228 forks source link

Fix remaining type-hints #924

Closed ogenstad closed 4 weeks ago

ogenstad commented 1 month ago

Also renamed the "task" variable within run() as that was shadowing the argument for "task".

Might be nice to have them for the tests too..