mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
Ensure that *everything* is typed in community.crypto (#917)
* Ensure that *everything* is typed in community.crypto. * Fix comment. * Ignore type definitions/imports and AssertionErrors for code coverage.
This commit is contained in:
@@ -416,7 +416,7 @@ def main() -> t.NoReturn:
|
||||
)
|
||||
dhparam = DHParameterCryptography(module)
|
||||
else:
|
||||
raise AssertionError("Internal error: unknown backend")
|
||||
raise AssertionError("Internal error: unknown backend") # pragma: no cover
|
||||
|
||||
if module.check_mode:
|
||||
result = dhparam.dump()
|
||||
|
||||
Reference in New Issue
Block a user