Skip to content

Commit 59291cf

Browse files
committed
small change to try to get actions to run
1 parent ff1bf1c commit 59291cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rply-stubs/grammar.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class LRItem(object):
6868
prod: list[str]
6969
number: int
7070
lr_index: int
71-
lookaheads: dict[aaa, list[aaa]]
71+
lookaheads: dict[Unknown, list[Unknown]]
7272
unique_syms: list[str]
7373
lr_before: str | None
7474
lr_after: list[Production]

0 commit comments

Comments
 (0)