diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-10-10 14:42:47 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-10-10 14:42:47 +0200 |
commit | 36fa294e9b84885d95a03b1fbc07da63e6d6a79b (patch) | |
tree | f02eb93209dc1cc1801b361e53154524fce91783 /astroid/util.py | |
parent | 6fbb463a376409d6c66f7bd0d84ba8c037a22b4b (diff) | |
download | astroid-git-36fa294e9b84885d95a03b1fbc07da63e6d6a79b.tar.gz |
YES is gone, we're using Uninferable for quite some time now
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 |