Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Jul 5, 2017
1 parent 2891cfe commit 8ac2442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pygal/test/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@

"""Box chart related tests"""

from pygal import Pie
from pyquery import PyQuery as pq

from pygal import Pie


def test_pie_table():
"""Test rendering a table for a pie"""
Expand Down

0 comments on commit 8ac2442

Please sign in to comment.