Skip to content

Commit

Permalink
BUG: moving the utf encoding line to the first line (before from __fu…
Browse files Browse the repository at this point in the history
…ture ..)
  • Loading branch information
fvia committed Nov 29, 2014
1 parent 26129f5 commit c4bcc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/test_format.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import print_function
# -*- coding: utf-8 -*-
from __future__ import print_function
import re

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

0 comments on commit c4bcc20

Please sign in to comment.