This commit is contained in:
John Hu 2016-08-05 07:52:55 +00:00 committed by GitHub
commit 3a8bb8839f

View file

@ -5,7 +5,7 @@ from __future__ import unicode_literals
import argparse
import collections
expected_pragma = b'# -*- coding: utf-8 -*-\n'
expected_pragma = b'# coding: utf-8\n'
def has_coding(line):