Skip to content

Commit

Permalink
fixed linting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
JchhatbarInfoblox committed Dec 23, 2024
1 parent 6963e48 commit 3178359
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/modules/dns_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,10 @@ def main():
tsig_key=dict(
type="dict",
options=dict(
algorithm=dict(type="str", choices=["hmac_sha256", "hmac_sha1", "hmac_sha224", "hmac_sha384", "hmac_sha512"]),
algorithm=dict(
type="str",
choices=["hmac_sha256", "hmac_sha1", "hmac_sha224", "hmac_sha384", "hmac_sha512"],
),
comment=dict(type="str"),
key=dict(type="str"),
name=dict(type="str"),
Expand Down

0 comments on commit 3178359

Please sign in to comment.