There was an error while loading. Please reload this page.
1 parent dbacaa8 commit 7876f3aCopy full SHA for 7876f3a
1 file changed
pylib/uxpath/parserules.py
@@ -9,7 +9,7 @@
9
'''
10
11
from amara.uxpath import xast
12
-from amara.uxpath.lexrules import tokens
+from amara.uxpath.lexrules import tokens # noqa: F401
13
14
precedence = (
15
('left', 'LOGICAL_OP'),
0 commit comments