Skip to content

Commit

Permalink
oops fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel committed Jan 28, 2016
1 parent eec36d8 commit 61024b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luqum/tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from unittest import TestCase

from .parser import lexer, parser
from .parser import lexer, parser, ParseError
from .tree import *
from .pretty import Prettifier, prettify

Expand Down

0 comments on commit 61024b5

Please sign in to comment.