Skip to content

Commit f6909e8

Browse files
authored
move logging into alphabetical position
1 parent fbb99a3 commit f6909e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import contextlib
2-
import logging
32
import errno
43
import importlib
54
import io
5+
import logging
66
import os
77
import shutil
88
import signal

0 commit comments

Comments
 (0)