diff options
Diffstat (limited to 'astroid/util.py')
-rw-r--r-- | astroid/util.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/astroid/util.py b/astroid/util.py index cdd705fb..3ab75615 100644 --- a/astroid/util.py +++ b/astroid/util.py @@ -162,7 +162,3 @@ def limit_inference(iterator, size): if has_more is not False: yield Uninferable return - - -# Backwards-compatibility aliases -YES = Uninferable |