Skip to content

Commit fc0d9d5

Browse files
committed
Include StopIterSentinel
oops
1 parent 3e63840 commit fc0d9d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nats/js/kv.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
logger = logging.getLogger(__name__)
3636

3737

38+
class StopIterSentinel:
39+
"""A sentinel class used to indicate that iteration should stop."""
40+
41+
pass
42+
43+
3844
class KeyValue:
3945
"""
4046
KeyValue uses the JetStream KeyValue functionality.

0 commit comments

Comments
 (0)