Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: suppress warnings for unused variables in tests
- Add 'noqa: F841' comments to suppress warnings for unused variables in test_multiple_loggers_exception_handling and test_keyboard_interrupt_handling. This change improves code quality by reducing linting warnings without altering the functionality of the tests.
- Loading branch information