Fix docstrings
This commit is contained in:
parent
592ff464c5
commit
8c7ba2afb4
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ from .const import AUTHENTICATED_USER, VALID_PASSWORD
|
|||
|
||||
|
||||
class AccountServiceTest(TestCase):
|
||||
""" "Account service tests"""
|
||||
"""Account service tests"""
|
||||
|
||||
service = None
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import pytest
|
|||
|
||||
# pylint: disable=pointless-statement
|
||||
class DriveServiceTest(TestCase):
|
||||
""" "Drive service tests"""
|
||||
"""Drive service tests"""
|
||||
|
||||
service = None
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue