Update python version used for pylint [Py310] (#86414)
* Update python version used for pylint linting [Py310] * Import Callable from collections.abc [Py310] * Use builtin anext [Py310]
This commit is contained in:
parent
45b4b0e990
commit
d7dda6bee5
11 changed files with 18 additions and 20 deletions
|
@ -1,6 +1,5 @@
|
|||
"""Test pushbullet integration."""
|
||||
from collections.abc import Awaitable
|
||||
from typing import Callable
|
||||
from collections.abc import Awaitable, Callable
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import aiohttp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue