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

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