Drop Python 3.7 support (#43805)
This commit is contained in:
parent
b651f63ef0
commit
2f486543df
6 changed files with 18 additions and 36 deletions
|
@ -34,8 +34,6 @@ class HomeAssistantQueueHandler(logging.handlers.QueueHandler):
|
|||
"""Emit a log record."""
|
||||
try:
|
||||
self.enqueue(record)
|
||||
except asyncio.CancelledError:
|
||||
raise
|
||||
except Exception: # pylint: disable=broad-except
|
||||
self.handleError(record)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue