There's an AttributeError in the `get_title.py` example. ``` AttributeError: 'TargetInfo' object has no attribute 'type' ``` I believe this should be `type_`. It might be useful to consider leveraging `mypy` to help proactively catch these errors.