Skip to content

Commit 9e2442d

Browse files
committed
Addressed the copilot reiew
1 parent de5c509 commit 9e2442d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

hed/models/query_util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ class Token:
9494
ExactMatch = 11
9595
ExactMatchEnd = 12
9696
ExactMatchOptional = 14
97-
NotInLine = 13 # Reserved constant. The @tag prefix is handled in Expression.__init__, not as a token kind.
9897

9998
def __init__(self, text):
10099
"""Initialize a token for query parsing.

0 commit comments

Comments
 (0)