Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No need to specify custom default value if key not found
The `''` arg specifies a custom default value if the key isn't found. However, the default of `None` works fine for boolean testing: ```python >>> 'gzip' in [None] False ``` I missed this when I originally reviewed #154.
- Loading branch information