Skip to content

Commit e5c1d53

Browse files
committed
fix: Adjust the linting issues
1 parent 00787a2 commit e5c1d53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integrationtest/test_service_account.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from grafana_api.model import APIModel
66
from grafana_api.service_account import ServiceAccount
7-
from grafana_api.authentication import Authentication
87

98

109
class ServiceAccountTest(TestCase):
@@ -68,7 +67,7 @@ def test_lifecycle_service_account(self):
6867
2, len(self.service_account.search_service_account().get("serviceAccounts"))
6968
)
7069

71-
#TODO Add the APi token functionality
70+
# TODO Add the APi token functionality
7271

7372
self.service_account.delete_service_account(service_account.get("id"))
7473
self.assertEqual(

0 commit comments

Comments
 (0)