diff options
Diffstat (limited to 'pylint/utils/utils.py')
-rw-r--r-- | pylint/utils/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/utils/utils.py b/pylint/utils/utils.py index 0b4351722..b06cf3026 100644 --- a/pylint/utils/utils.py +++ b/pylint/utils/utils.py @@ -1,6 +1,7 @@ # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/COPYING + try: import isort.api |