Skip to content

Commit 7876f3a

Browse files
committed
Still need to shut up linter
1 parent dbacaa8 commit 7876f3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pylib/uxpath/parserules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'''
1010

1111
from amara.uxpath import xast
12-
from amara.uxpath.lexrules import tokens
12+
from amara.uxpath.lexrules import tokens # noqa: F401
1313

1414
precedence = (
1515
('left', 'LOGICAL_OP'),

0 commit comments

Comments
 (0)