Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 3, 2022
1 parent 40edf3d commit 92c3d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/checkers/refactoring/refactoring_checker.py
Expand Up @@ -21,7 +21,7 @@
from pylint import checkers
from pylint.checkers import utils
from pylint.checkers.utils import node_frame_class
from pylint.interfaces import Confidence, HIGH, INFERENCE
from pylint.interfaces import HIGH, INFERENCE, Confidence

if TYPE_CHECKING:
from pylint.lint import PyLinter
Expand Down

0 comments on commit 92c3d3e

Please sign in to comment.