Skip to content

Commit

Permalink
Solve Kozea#309 with flake8 constrain
Browse files Browse the repository at this point in the history
  • Loading branch information
qins committed Sep 25, 2016
1 parent 4b3fc71 commit 54350fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pygal/test/test_line_log_none_max_solved.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@

from __future__ import division
from pygal import Line
from pygal.test.utils import texts
from math import cos, sin

chart = Line(title='test', logarithmic=True)
chart.add('test 1', [None, -38, 48, 4422, 35586, 1003452, 225533])
chart.add('test 2', [1, 40, 20, 38, 2937, 20399, 3947])
q = chart.render_pyquery()
assert len(q(".dots")) == 20
assert len(q(".dots")) == 12

0 comments on commit 54350fd

Please sign in to comment.