From 4a520029838440645a8fdc0387fb8206249f4f80 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 1 Mar 2019 08:27:18 -0800 Subject: Fix whitespace in warning message --- isort/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isort/settings.py b/isort/settings.py index 1a907e61..ecc1d74c 100644 --- a/isort/settings.py +++ b/isort/settings.py @@ -288,7 +288,7 @@ def _get_config_data(file_path, sections): settings.update(config_section) else: warnings.warn( - "Found %s but toml package is not installed. To configure" + "Found %s but toml package is not installed. To configure " "isort with %s, install with 'isort[pyproject]'." % (file_path, file_path) ) else: -- cgit v1.2.1