Updated Readme - #2
Conversation
|
@claude |
|
Claude finished @dobidobi77-bot's task in 1m 38s —— View job • Tasks
SummaryConfirmed the bug: Fix ( def remove(self, ticker: str) -> None:
with self._lock:
removed = self._prices.pop(ticker, None)
if removed is not None:
self._version += 1Version only bumps when a ticker was actually present, so removing an unknown ticker stays a no-op (mirrors existing Regression tests added (
Note on verificationI was unable to run Since the original PR #2 is already merged, this fix has been pushed as a new commit on branch |
No description provided.