As far as I can tell this lines do nothing. 1. `file_handle = None` is NOT how to close a file in python 2. The file handle is already closed due to `with open() as file_handle:`