Skip to content

Commit 719fdc5

Browse files
committed
Fixed typo
1 parent be4788a commit 719fdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgml-extension/src/bindings/transformers/transformers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def end(self):
122122
self.text_queue.put(self.stop_signal, self.timeout)
123123

124124
def __iter__(self):
125-
self
125+
return self
126126

127127
def __next__(self):
128128
value = self.text_queue.get(timeout=self.timeout)

0 commit comments

Comments
 (0)