Skip to content

Commit c4bcc20

Browse files
committed
BUG: moving the utf encoding line to the first line (before from __future ..)
1 parent 26129f5 commit c4bcc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from __future__ import print_function
21
# -*- coding: utf-8 -*-
2+
from __future__ import print_function
33
import re
44

55
from pandas.compat import range, zip, lrange, StringIO, PY3, lzip, u

0 commit comments

Comments
 (0)