1
0
forked from VimPlug/jedi

Remove Todos that didn't make sense.

This commit is contained in:
Dave Halter
2014-01-13 16:29:30 +01:00
parent 682e1c2708
commit 717c4315df
2 changed files with 0 additions and 2 deletions

View File

@@ -262,7 +262,6 @@ class Class(use_metaclass(CachedMetaClass, pr.IsScope)):
@memoize_default(default=())
def instance_names(self):
# TODO REMOVE instance_names
def in_iterable(name, iterable):
""" checks if the name is in the variable 'iterable'. """
for i in iterable: