1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Remove extra quotes from docstrings (#14431)

This commit is contained in:
Ville Skyttä
2018-05-13 11:06:15 +02:00
committed by Martin Hjelmare
parent ea2c073612
commit 843789528e
21 changed files with 88 additions and 88 deletions

View File

@@ -269,7 +269,7 @@ class TestTemplateSensor:
assert self.hass.states.all() == []
def test_setup_invalid_device_class(self):
""""Test setup with invalid device_class."""
"""Test setup with invalid device_class."""
with assert_setup_component(0):
assert setup_component(self.hass, 'sensor', {
'sensor': {
@@ -284,7 +284,7 @@ class TestTemplateSensor:
})
def test_setup_valid_device_class(self):
""""Test setup with valid device_class."""
"""Test setup with valid device_class."""
with assert_setup_component(1):
assert setup_component(self.hass, 'sensor', {
'sensor': {