Skip to content

Commit 8ab4b9f

Browse files
committed
fix(stub): update stub
1 parent fc35b28 commit 8ab4b9f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

general_sam/general_sam.pyi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ class GeneralSAMState:
4646
def get_trans(self) -> Mapping[ByteOrChar, int]: ...
4747
def get_suffix_parent_id(self) -> int: ...
4848
def copy(self) -> 'GeneralSAMState': ...
49-
def goto_suffix_parent(self): ...
50-
def goto_char(self, t: str): ...
51-
def goto_byte(self, t: int): ...
52-
def feed_chars(self, s: str): ...
53-
def feed_bytes(self, s: bytes): ...
49+
def goto_suffix_parent(self) -> None: ...
50+
def goto_char(self, t: str) -> None: ...
51+
def goto_byte(self, t: int) -> None: ...
52+
def feed_chars(self, s: str) -> None: ...
53+
def feed_bytes(self, s: bytes) -> None: ...
5454
def dfs_along(
5555
self,
5656
trie: Trie,

0 commit comments

Comments
 (0)