Skip to content
Snippets Groups Projects
Commit 1225de14 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

PEP8

Fix line lengths in newly-added code
parent a3e5beab
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,8 @@ def build_arg_parser():
)
export_inbound_group.set_defaults(func=do_export_inbound_group)
ed25519_verify = commands.add_parser("ed25519_verify", help="Verify an ed25519 signature")
ed25519_verify = commands.add_parser("ed25519_verify",
help="Verify an ed25519 signature")
ed25519_verify.set_defaults(func=do_verify_ed25519_signature)
return parser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment