diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-02-22 12:45:33 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-27 21:23:42 +0100 |
commit | 40373681b277a672f127ad2e15ec74e74b0bfe44 (patch) | |
tree | dbd5225a18168ede9c2a06ddc190c3e0267630ae /astroid/inference.py | |
parent | fe8587b60ad3dc61192fc1e37ecee19cbf518d69 (diff) | |
download | astroid-git-40373681b277a672f127ad2e15ec74e74b0bfe44.tar.gz |
Fix black issues
Diffstat (limited to 'astroid/inference.py')
-rw-r--r-- | astroid/inference.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/inference.py b/astroid/inference.py index 24c051a5..8fd435ec 100644 --- a/astroid/inference.py +++ b/astroid/inference.py @@ -166,7 +166,7 @@ nodes.Dict._infer = infer_map def _higher_function_scope(node): - """ Search for the first function which encloses the given + """Search for the first function which encloses the given scope. This can be used for looking up in that function's scope, in case looking up in a lower scope for a particular name fails. |