(self)
| 279 | ] |
| 280 | |
| 281 | def __init__(self): |
| 282 | self.state = get_state_store() |
| 283 | self._cache: Dict[str, Any] = {} |
| 284 | self._load_preferences() |
| 285 | |
| 286 | def _load_preferences(self): |
| 287 | """Load preferences from database.""" |
nothing calls this directly
no test coverage detected