flake8: fix 'error E275 missing whitespace after keyword'

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 7ce972e715)
(cherry picked from commit 82dc265e2f)
pull/7285/head
Guillaume Abrioux 2022-08-01 23:39:35 +02:00
parent dd16e49517
commit 99c07843be
1 changed files with 1 additions and 1 deletions

View File

@ -110,4 +110,4 @@ def fatal(message, module):
if module:
module.fail_json(msg=message, rc=1)
else:
raise(Exception(message))
raise Exception(message)