diff options
author | 2018-04-27 15:41:38 +0200 | |
---|---|---|
committer | 2018-04-27 14:41:38 +0100 | |
commit | 34d3232e38e8b93ee5ab2b61b2d98398e2d20273 (patch) | |
tree | f68551f3ad3949fa99d05a916315ce28832473fe /scripts | |
parent | Use converters for tag command argument validation. (#56) (diff) |
Declaring the encoding to be utf-8 is not necessary in Python3. (#58)
* Declaring the encoding to be utf-8 is not necessary in Python3 projects, as this is the default encoding. Encoding declarations are only useful in py3 if you want to declare it to be something _other_ than utf-8. This was, however, a very useful convention in py2.
* No blank lines at the top of file. Also snuck in a single letter typo correction in hiphopify because I'm a terrible person. inb4 THIS IS NOT IN SCOPE FOR THIS PR
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions