Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pep8 error in assert type comparison
charmhelpers/fetch/snap.py:55:12: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` (cherry picked from commit 5b0a3e6) (cherry picked from commit 452988f)
- Loading branch information