Skip to content

Commit

Permalink
Include StopIterSentinel
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
fielding committed Dec 22, 2024
1 parent 3e63840 commit fc0d9d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nats/js/kv.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
logger = logging.getLogger(__name__)


class StopIterSentinel:
"""A sentinel class used to indicate that iteration should stop."""

pass


class KeyValue:
"""
KeyValue uses the JetStream KeyValue functionality.
Expand Down

0 comments on commit fc0d9d5

Please sign in to comment.