Skip to content

Commit

Permalink
Apply isort and flynt (ansible-collections#1962)
Browse files Browse the repository at this point in the history
SUMMARY

Apply isort - see also ansible-collections#1771
Apply flynt - see also ansible-collections#1802

ISSUE TYPE

    Feature Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@c0117b5
  • Loading branch information
tremble authored and github-actions[bot] committed Oct 27, 2023
1 parent 1b823e0 commit 594b109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/acm_certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@


import base64
from copy import deepcopy
import re # regex library
from copy import deepcopy

try:
import botocore
Expand Down

0 comments on commit 594b109

Please sign in to comment.