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
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."""