1
0
forked from VimPlug/jedi

removed a little ordering bug, which was just a problem with gotos

This commit is contained in:
David Halter
2012-07-13 15:51:47 +02:00
parent 8b8b0f920d
commit 19579cf263
2 changed files with 1 additions and 5 deletions

View File

@@ -78,7 +78,6 @@ class A(object):
a = 3
#? int()
a
# TODO remove this line!!
a = list()
def __init__(self):
self.b = ""