mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-08 05:10:56 +08:00
Revert changes to test/completion and test/static_analysis except for 2.6 comment removal
This commit is contained in:
@@ -52,7 +52,7 @@ for a in get():
|
||||
a
|
||||
|
||||
|
||||
class Get:
|
||||
class Get():
|
||||
def __iter__(self):
|
||||
if random.choice([0, 1]):
|
||||
yield 1
|
||||
|
||||
Reference in New Issue
Block a user