Fix docstrings

This commit is contained in:
Paulus Schoutsen 2022-02-16 11:18:24 -08:00
parent 592ff464c5
commit 8c7ba2afb4
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ from .const import AUTHENTICATED_USER, VALID_PASSWORD
class AccountServiceTest(TestCase):
""" "Account service tests"""
"""Account service tests"""
service = None

View file

@ -6,7 +6,7 @@ import pytest
# pylint: disable=pointless-statement
class DriveServiceTest(TestCase):
""" "Drive service tests"""
"""Drive service tests"""
service = None

View file

@ -5,7 +5,7 @@ from .const import AUTHENTICATED_USER, VALID_PASSWORD
class FindMyiPhoneServiceTest(TestCase):
""" "Find My iPhone service tests"""
"""Find My iPhone service tests"""
service = None