summaryrefslogtreecommitdiff
path: root/ironic/hacking/checks.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/hacking/checks.py')
-rw-r--r--ironic/hacking/checks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/hacking/checks.py b/ironic/hacking/checks.py
index 6c5b49776..57a3cbfe8 100644
--- a/ironic/hacking/checks.py
+++ b/ironic/hacking/checks.py
@@ -51,4 +51,4 @@ def check_explicit_underscore_import(logical_line, filename):
UNDERSCORE_IMPORT_FILES.append(filename)
elif (translated_log.match(logical_line)
or string_translation.match(logical_line)):
- yield(0, "N323: Found use of _() without explicit import of _!")
+ yield (0, "N323: Found use of _() without explicit import of _!")