We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35731f3 commit eb5cb3bCopy full SHA for eb5cb3b
Lib/idlelib/idle_test/test_warning.py
@@ -5,13 +5,13 @@
5
Revise if output destination changes (http://bugs.python.org/issue18318).
6
Make sure warnings module is left unaltered (http://bugs.python.org/issue18081).
7
'''
8
+import io
9
import sys
10
import unittest
11
import warnings
12
+from contextlib import redirect_stdout
13
from test.support import captured_stderr
14
from types import ModuleType
-import io
-from contextlib import redirect_stdout
15
16
from idlelib import pyshell as shell
17
from idlelib import run
0 commit comments