diff options
author | Paul Howarth <paul@city-fan.org> | 2022-03-21 09:28:57 +0000 |
---|---|---|
committer | Paul Howarth <paul@city-fan.org> | 2022-03-21 09:28:57 +0000 |
commit | c5b1714f88cb03d6802ca3c98f3b7f65bc7e4fd5 (patch) | |
tree | 027aab17d10ebce1318a3fa238484020b6cd3f82 /tests/test_transport.py | |
parent | d4ff3dd430f6358b98dd104a4eb51bbc2a7ce844 (diff) |
blacken
Diffstat (limited to 'tests/test_transport.py')
-rw-r--r-- | tests/test_transport.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |