Remove unnecessary string literal concatenations (#30360)
This commit is contained in:
parent
cac750066a
commit
e6388e186c
183 changed files with 362 additions and 393 deletions
|
@ -8,6 +8,6 @@ import pytest
|
|||
def mock_gateway_info():
|
||||
"""Mock get_gateway_info."""
|
||||
with patch(
|
||||
"homeassistant.components.tradfri.config_flow." "get_gateway_info"
|
||||
"homeassistant.components.tradfri.config_flow.get_gateway_info"
|
||||
) as mock_gateway:
|
||||
yield mock_gateway
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue