summaryrefslogtreecommitdiff
path: root/astroid/builder.py
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-05-12 23:07:56 +0200
committerGitHub <noreply@github.com>2022-05-12 23:07:56 +0200
commit58bbe0f77a3cdd4e91d4af719208e324334a869f (patch)
tree7da71beaa802eeed8bd7acc28cfd49b167761eff /astroid/builder.py
parent5e1a1b756482225bf293f5f4c3dfa3e508a50a89 (diff)
downloadastroid-git-58bbe0f77a3cdd4e91d4af719208e324334a869f.tar.gz
Update pylint to 2.14.0b1 (#1553)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'astroid/builder.py')
-rw-r--r--astroid/builder.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/astroid/builder.py b/astroid/builder.py
index 1cdb963e..13109590 100644
--- a/astroid/builder.py
+++ b/astroid/builder.py
@@ -62,7 +62,6 @@ class AstroidBuilder(raw_building.InspectBuilder):
by default being True.
"""
- # pylint: disable=redefined-outer-name
def __init__(self, manager=None, apply_transforms=True):
super().__init__(manager)
self._apply_transforms = apply_transforms