Skip to content

Commit eb5cb3b

Browse files
committed
order imports
1 parent 35731f3 commit eb5cb3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/idlelib/idle_test/test_warning.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
Revise if output destination changes (http://bugs.python.org/issue18318).
66
Make sure warnings module is left unaltered (http://bugs.python.org/issue18081).
77
'''
8+
import io
89
import sys
910
import unittest
1011
import warnings
12+
from contextlib import redirect_stdout
1113
from test.support import captured_stderr
1214
from types import ModuleType
13-
import io
14-
from contextlib import redirect_stdout
1515

1616
from idlelib import pyshell as shell
1717
from idlelib import run

0 commit comments

Comments
 (0)