summaryrefslogtreecommitdiff
path: root/isort/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'isort/api.py')
-rw-r--r--isort/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isort/api.py b/isort/api.py
index 99d717eb..bf86cd0e 100644
--- a/isort/api.py
+++ b/isort/api.py
@@ -112,7 +112,7 @@ def check_imports(
print(f"SUCCESS: {file_path or ''} Everything Looks Good!")
return True
else:
- print(f"ERROR: {file_path or ''} Imports are incorrectly sorted.")
+ print(f"ERROR: {file_path or ''} Imports are incorrectly sorted and/or formatted.")
if show_diff:
show_unified_diff(
file_input=file_contents, file_output=sorted_output, file_path=file_path