Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace "assert type(...) is Foo" with "self.assertIsInstance(..., Foo)" this produces a more meaningful test error message and fixes pep8 rule E721[0] [0] https://www.flake8rules.com/rules/E721.html (cherry picked from commit f9a4c92)
- Loading branch information