Skip to content
  • Chris Kerr's avatar
    Remove Python 2 compatibility headers · db415117
    Chris Kerr authored
    File encoding is utf-8 by default in Python 3 so there is no need
    for the '# -*- coding: utf-8 -*-' line
    
    The __future__ imports 'absolute_import' and 'division' are also not necessary
    
    See #37
    db415117