Skip to content

Commit 3ec4308

Browse files
committed
Remove the unused UnitTestProtocol code
Signed-off-by: David Black <[email protected]>
1 parent 95cab3c commit 3ec4308

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

atlassian_jwt_auth/tests/utils.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,6 @@ def get_new_private_key_in_pem_format(self) -> bytes:
6565
raise NotImplementedError("not implemented.")
6666

6767

68-
class UnitTestProtocol(Protocol):
69-
def assertEqual(self, a, b): ...
70-
71-
def assertIsNotNone(self, a): ...
72-
73-
def assertTrue(self, a): ...
74-
75-
def assertIn(self, a, b): ...
76-
77-
def assertNotEqual(self, a, b): ...
78-
79-
8068
class KeyMixInProtocol(Protocol):
8169
@property
8270
def algorithm(self) -> str: ...

0 commit comments

Comments
 (0)