mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
ignore ifs in comprehensions when determine if the file is runnable
This commit is contained in:
committed by
Aleksei Kniazev
parent
0e39b09476
commit
9034bb6261
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
result = [i for i in range(10) if i != 0]
|
||||
result = [i for i in range(10) if i != 0]
|
||||
Reference in New Issue
Block a user