Skip to content

Commit

Permalink
Merge pull request #867 from Aiven-Open/eliax1996/drop-unused-variable
Browse files Browse the repository at this point in the history
removed unused `self.prev_processed_offset = 0`
  • Loading branch information
keejon authored May 7, 2024
2 parents 46a2086 + 261da13 commit 5d58aa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion karapace/schema_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def __init__(
self.offset = OFFSET_UNINITIALIZED
self._highest_offset = OFFSET_UNINITIALIZED
self.ready = False
self.prev_processed_offset = 0

# This event controls when the Reader should stop running, it will be
# set by another thread (e.g. `KarapaceSchemaRegistry`)
Expand Down

0 comments on commit 5d58aa3

Please sign in to comment.