mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Remove unnnecessary pylint configs from core (#98704)
This commit is contained in:
@@ -49,7 +49,7 @@ class _GlobalFreezeContext:
|
||||
self._loop.call_soon_threadsafe(self._enter)
|
||||
return self
|
||||
|
||||
def __exit__( # pylint: disable=useless-return
|
||||
def __exit__(
|
||||
self,
|
||||
exc_type: type[BaseException],
|
||||
exc_val: BaseException,
|
||||
@@ -117,7 +117,7 @@ class _ZoneFreezeContext:
|
||||
self._loop.call_soon_threadsafe(self._enter)
|
||||
return self
|
||||
|
||||
def __exit__( # pylint: disable=useless-return
|
||||
def __exit__(
|
||||
self,
|
||||
exc_type: type[BaseException],
|
||||
exc_val: BaseException,
|
||||
|
||||
Reference in New Issue
Block a user