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.39k stars 235 forks source link

Fix Ruff PYI036 - Type annotations for context manager exit #954

Closed ogenstad closed 3 months ago

ogenstad commented 3 months ago

The first argument in __exit__ should be annotated with object or `type[BaseException] | None