Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a type error in generics (#1913)
The function says it returns an `int`, but used `pass` so returned `None`. Fix by returning the `a` argument which is of type `int`.
- Loading branch information