mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
Remove redundant parentheses
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