From 84a47dc076ce9bf97dec04929dab73cac7a841fe Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 21 Jun 2019 16:52:22 -0400 Subject: Blacken --- tests/test_pkey.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/test_pkey.py b/tests/test_pkey.py index 18916454..7047b179 100644 --- a/tests/test_pkey.py +++ b/tests/test_pkey.py @@ -470,11 +470,15 @@ class KeyTest(unittest.TestCase): def test_ed25519_funky_padding(self): # Proves #1306 by just not exploding with 'Invalid key'. - Ed25519Key.from_private_key_file(_support("test_ed25519-funky-padding.key")) + Ed25519Key.from_private_key_file( + _support("test_ed25519-funky-padding.key") + ) def test_ed25519_funky_padding_with_passphrase(self): # Proves #1306 by just not exploding with 'Invalid key'. - Ed25519Key.from_private_key_file(_support("test_ed25519-funky-padding_password.key"), b"asdf") + Ed25519Key.from_private_key_file( + _support("test_ed25519-funky-padding_password.key"), b"asdf" + ) def test_ed25519_compare(self): # verify that the private & public keys compare equal -- cgit v1.2.3