Remove extra quotes from docstrings (#14431)
This commit is contained in:
parent
ea2c073612
commit
843789528e
21 changed files with 88 additions and 88 deletions
|
@ -20,7 +20,7 @@ class TestSwitchMQTT(unittest.TestCase):
|
|||
self.mock_publish = mock_mqtt_component(self.hass)
|
||||
|
||||
def tearDown(self): # pylint: disable=invalid-name
|
||||
""""Stop everything that was started."""
|
||||
"""Stop everything that was started."""
|
||||
self.hass.stop()
|
||||
|
||||
def test_controlling_state_via_topic(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue