mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 13:53:06 +00:00
Make pylint happy. (#789)
This commit is contained in:
@@ -398,6 +398,8 @@ def main():
|
||||
module.fail_json(msg=missing_required_lib('cryptography >= {0}'.format(MINIMAL_CRYPTOGRAPHY_VERSION)),
|
||||
exception=CRYPTOGRAPHY_IMP_ERR)
|
||||
dhparam = DHParameterCryptography(module)
|
||||
else:
|
||||
raise AssertionError('Internal error: unknown backend')
|
||||
|
||||
if module.check_mode:
|
||||
result = dhparam.dump()
|
||||
|
||||
Reference in New Issue
Block a user