diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-06-12 12:33:28 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-06-12 12:50:30 +0200 |
commit | 9799ad2a86d4c8bd1ecc6cb9008fbebd5df91a4e (patch) | |
tree | 7b9f24ed9bd2b61eca03bc881669edaa9e37fad1 /astroid/arguments.py | |
parent | d4ae039a8514fb1c894e42f4cc5f0af9fea8a72c (diff) | |
download | astroid-git-9799ad2a86d4c8bd1ecc6cb9008fbebd5df91a4e.tar.gz |
Remove useless TODOs that are either issues in the issue tracker or things which we'll never get to fix/change
Diffstat (limited to 'astroid/arguments.py')
-rw-r--r-- | astroid/arguments.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/arguments.py b/astroid/arguments.py index d0eb40e8..3ae8b958 100644 --- a/astroid/arguments.py +++ b/astroid/arguments.py @@ -133,7 +133,7 @@ class CallSite(object): Arguments: funcnode: The function being called. name: The name of the argument whose value is being inferred. - context: TODO + context: Inference context object """ if name in self.duplicated_keywords: raise exceptions.InferenceError('The arguments passed to {func!r} ' |