Bump black to 19.10b0 (#28310)

This commit is contained in:
Franck Nijhof 2019-10-29 07:32:34 +01:00 committed by Paulus Schoutsen
parent 5b96704c4a
commit 04ab20846a
16 changed files with 54 additions and 38 deletions

View file

@ -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")