Bump black to 19.10b0 (#28310)
This commit is contained in:
parent
5b96704c4a
commit
04ab20846a
16 changed files with 54 additions and 38 deletions
|
@ -75,7 +75,7 @@ async def test_data_manager_call(data_manager: WithingsDataManager) -> None:
|
|||
|
||||
|
||||
async def test_data_manager_call_throttle_enabled(
|
||||
data_manager: WithingsDataManager
|
||||
data_manager: WithingsDataManager,
|
||||
) -> None:
|
||||
"""Test method."""
|
||||
hello_func = MagicMock(return_value="HELLO2")
|
||||
|
@ -90,7 +90,7 @@ async def test_data_manager_call_throttle_enabled(
|
|||
|
||||
|
||||
async def test_data_manager_call_throttle_disabled(
|
||||
data_manager: WithingsDataManager
|
||||
data_manager: WithingsDataManager,
|
||||
) -> None:
|
||||
"""Test method."""
|
||||
hello_func = MagicMock(return_value="HELLO2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue