Skip to content

Commit 1c5c8a0

Browse files
Remove unused import of contextlib for lint
1 parent 4868203 commit 1c5c8a0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/idlelib/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
f'''{sys.executable} -c "__import__('idlelib.run').run.main()"'''
55
'.run' is needed because __import__ returns idlelib, not idlelib.run.
66
"""
7-
import contextlib
87
import functools
98
import io
109
import linecache

0 commit comments

Comments
 (0)