Skip to content

Commit fae177b

Browse files
committed
flake8 fixes
1 parent 45f6aac commit fae177b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from pandas.core.config import get_option
1717
from pandas.io.formats.printing import pprint_thing
1818
from pandas.io.formats.common import (get_level_lengths,
19-
TableFormatter, buffer_put_lines)
19+
TableFormatter, buffer_put_lines)
2020

2121

2222
class HTMLFormatter(TableFormatter):

0 commit comments

Comments
 (0)