summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_internal/locale_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/ansible_test/_internal/locale_util.py')
-rw-r--r--test/lib/ansible_test/_internal/locale_util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/ansible_test/_internal/locale_util.py b/test/lib/ansible_test/_internal/locale_util.py
index 3fb74ad5c0..22ccce753f 100644
--- a/test/lib/ansible_test/_internal/locale_util.py
+++ b/test/lib/ansible_test/_internal/locale_util.py
@@ -21,6 +21,7 @@ It was not needed in previous ansible-core releases since they do not verify the
class LocaleError(SystemExit):
"""Exception to raise when locale related errors occur."""
+
def __init__(self, message: str) -> None:
super().__init__(f'ERROR: {message}')