Skip to content

Commit

Permalink
Fix - A problem with comment handling in import
Browse files Browse the repository at this point in the history
Apparently black and isort do not behave the same.
  • Loading branch information
Pierre-Sassoulas committed Mar 9, 2019
1 parent b9e5220 commit c3b3f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/test/conftest.py
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit c3b3f7e

Please sign in to comment.