summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylint/checkers/classes/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pylint/checkers/classes/__init__.py b/pylint/checkers/classes/__init__.py
index da9bf074f..52601bc42 100644
--- a/pylint/checkers/classes/__init__.py
+++ b/pylint/checkers/classes/__init__.py
@@ -49,8 +49,7 @@
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
-"""classes checker for Python code
-"""
+"""Classes checker for Python code"""
import collections
from itertools import chain, zip_longest
from typing import List, Pattern