Re-enable E305 pep8 errors
E305 expected 2 blank lines after class or function definition Change-Id: I122ed1bc7e720ec00127cb971b4b353bee2704fd
This commit is contained in:
@@ -30,5 +30,6 @@ def main():
|
||||
ciphertext = encryption.encrypt_pkcs1_oaep(sys.argv[1], public_key)
|
||||
print(ciphertext.encode('base64'))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user