In `predicates.py`, there is code specific for Python 2, which is no longer supported. ``` __nonzero__ = __bool__ # python 2 ```