You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): improve type annotations and fix linting issues in waiter tests
- Add proper type annotations to all test functions
- Use Sequence type for pattern lists to address mypy errors
- Fix a line length issue
- Add type annotations to nested functions
- Update assertions to handle potential None values safely
- Maintain 70% test coverage for waiter module
0 commit comments