Skip to content

Commit d9f5bec

Browse files
nsa-softpayclaude
andcommitted
Fix flake8: remove unused imports in test files
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9ba436f commit d9f5bec

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/unit/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import json
21
import unittest
32

43
import requests_mock

tests/unit/test_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from alertaclient.models.group import Group
88
from alertaclient.models.heartbeat import Heartbeat
99
from alertaclient.models.key import ApiKey
10-
from alertaclient.models.note import Note
1110
from alertaclient.models.permission import Permission
1211
from alertaclient.models.user import User
1312

0 commit comments

Comments
 (0)