Skip to content

Commit a7fa48e

Browse files
committed
I am not happy
1 parent 3c82533 commit a7fa48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def is_atom(self) -> bool:
149149
def minimum_size_of_object(self) -> int:
150150
return len(self.prefix)
151151

152-
def objects_of_size(self, size) -> Iterator[Word]:
152+
def objects_of_size(self, size): # type: ignore
153153
"""Yield the words of given size that start with prefix and avoid the
154154
patterns. If just_prefix, then only yield that word."""
155155

0 commit comments

Comments
 (0)