I've got a template for Python code. When I create a new .py file, the template is processed correctly, except that an extra blank line is appended (this seems to happen for all the other templates too). The Python style checker I use complains about blank lines at the end of the file so I'd prefer it not to be there. Any suggestions? Thanks!