Add type ignore error codes [helpers] (#66776)
This commit is contained in:
parent
0188e8b319
commit
bfb1abd3a2
12 changed files with 25 additions and 23 deletions
|
@ -97,7 +97,7 @@ class Debouncer:
|
|||
async with self._execute_lock:
|
||||
# Abort if timer got set while we're waiting for the lock.
|
||||
if self._timer_task:
|
||||
return # type: ignore
|
||||
return # type: ignore[unreachable]
|
||||
|
||||
try:
|
||||
task = self.hass.async_run_hass_job(self._job)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue