Skip to content

Commit

Permalink
ruff changes compatible with black
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
  • Loading branch information
alinabuzachis committed Apr 24, 2024
1 parent 599d7ab commit 19040e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion plugins/module_utils/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@


class AWSErrorHandler:

"""_CUSTOM_EXCEPTION can be overridden by subclasses to customize the exception raised"""

_CUSTOM_EXCEPTION = AnsibleAWSError
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
(but without needing the OpenSSL CLI)
"""


import hashlib
import sys

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/utils/amazon_placebo_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def placeboify(request, monkeypatch):
request.fspath.dirname,
"placebo_recordings",
request.fspath.basename.replace(".py", ""),
request.function.__name__
request.function.__name__,
# remove the test_ prefix from the function & file name
).replace("test_", "")

Expand Down

0 comments on commit 19040e7

Please sign in to comment.