Skip to content

Commit

Permalink
Removing unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Aug 20, 2018
1 parent c2cbc41 commit c1cd60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/func/test_glr_error_recovery.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import pytest # noqa
from parglare import GLRParser, Grammar, Error
from parglare import GLRParser, Grammar
from parglare.parser import Token
from parglare.actions import pass_single, pass_inner

Expand Down

0 comments on commit c1cd60a

Please sign in to comment.