Files
openide/python/testData/quickFixes/PyRemoveUnusedLocalQuickFixTest/twoWithItemsSecondUnused_after.py
2020-07-21 10:42:32 +00:00

3 lines
86 B
Python

def func():
with open('file1.txt') as used, open('file2.txt'):
print(used)