From c5b1714f88cb03d6802ca3c98f3b7f65bc7e4fd5 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 21 Mar 2022 09:28:57 +0000 Subject: blacken --- tests/test_transport.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_transport.py') diff --git a/tests/test_transport.py b/tests/test_transport.py index 8124f129..b9daec60 100644 --- a/tests/test_transport.py +++ b/tests/test_transport.py @@ -81,6 +81,7 @@ requires_sha1_signing = unittest.skipIf( sha1_signing_unsupported(), "SHA-1 signing not supported" ) + class NullServer(ServerInterface): paranoid_did_password = False paranoid_did_public_key = False -- cgit v1.2.3