1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

Removing openssl_publickey from pep8 legacy files (#27414)

This commit is contained in:
Yanis Guenane 2017-07-28 11:10:02 +02:00 committed by René Moser
parent a49c419651
commit 9e41fd399b
2 changed files with 0 additions and 4 deletions

View file

@ -236,9 +236,6 @@ class PublicKey(crypto_utils.OpenSSLObject):
return _check_privatekey()
def dump(self):
"""Serialize the object into a dictionary."""