refactor(ocr): rename _contains to contains in SenderModelRegistry
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -72,7 +72,7 @@ class _SenderModelRegistry:
|
||||
with self._lock:
|
||||
return len(self._cache)
|
||||
|
||||
def _contains(self, model_path: str) -> bool:
|
||||
def contains(self, model_path: str) -> bool:
|
||||
with self._lock:
|
||||
return model_path in self._cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user