Andrey Bienkowski bbf3840f82 wmllint: cleanup two useless lines
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:`
2021-02-02 15:18:06 +01:00
..
2021-01-18 19:29:55 -08:00
2021-01-24 16:59:54 -08:00
2021-02-02 15:18:06 +01:00