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/7268/head
Guillaume Abrioux 2022-08-01 23:39:35 +02:00
parent 1817e7d21e
commit c3b4e38101
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)