Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Apr 6, 2017
1 parent 9a5b791 commit 1a8818f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions pandas/formats/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ def get_level_lengths(levels, sentinel=''):
result.append(lengths)

return result


1 change: 1 addition & 0 deletions pandas/formats/excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def __init__(self, row, col, val, style=None, mergestart=None,
self.mergestart = mergestart
self.mergeend = mergeend


header_style = {"font": {"bold": True},
"borders": {"top": "thin",
"right": "thin",
Expand Down
5 changes: 2 additions & 3 deletions pandas/tests/formats/test_css.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def test_css_parse_comments():

@pytest.mark.xfail
def test_css_parse_specificity():
# we don't need to handle specificity markers like !important, but we should ignore them
# we don't need to handle specificity markers like !important,
# but we should ignore them
pass


Expand Down Expand Up @@ -229,5 +230,3 @@ def test_css_relative_font_size(size, relative_to, resolved):

def test_css_font_size_invalid():
pass # TODO


0 comments on commit 1a8818f

Please sign in to comment.