summaryrefslogtreecommitdiff
path: root/astroid/rebuilder.py
diff options
context:
space:
mode:
Diffstat (limited to 'astroid/rebuilder.py')
-rw-r--r--astroid/rebuilder.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/astroid/rebuilder.py b/astroid/rebuilder.py
index 3cd2a1fb..59ceac77 100644
--- a/astroid/rebuilder.py
+++ b/astroid/rebuilder.py
@@ -85,7 +85,6 @@ T_With = TypeVar("T_With", nodes.With, nodes.AsyncWith)
# noinspection PyMethodMayBeStatic
class TreeRebuilder:
- # pylint: disable=no-self-use
"""Rebuilds the _ast tree to become an Astroid tree"""
def __init__(