From c3b3f7e3ce99a75c08dea4059e24a77be58e0da1 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 9 Mar 2019 11:53:13 +0100 Subject: [PATCH] Fix - A problem with comment handling in import Apparently black and isort do not behave the same. --- pylint/test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylint/test/conftest.py b/pylint/test/conftest.py index 985866893de..e2762091dad 100644 --- a/pylint/test/conftest.py +++ b/pylint/test/conftest.py @@ -1,11 +1,11 @@ # pylint: disable=redefined-outer-name +# pylint: disable=no-name-in-module import os import pytest from pylint import checkers from pylint.lint import PyLinter -# pylint: disable=no-name-in-module from pylint.testutils import MinimalTestReporter