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
* Fixed incorrectly indented `return True` line in `by` filter method in `_info` class methods
* Created intermediate filtered list variables for `_info` class methods to more explicitly define the return type
* Reduced nesting of `if` statements within class `attached` methods
* Removed redundant `int` casts
* Moved `MutableMapping` import statement from `_compat` to `common`
0 commit comments