Skip to content

Commit 26f074c

Browse files
committed
cosmetic changes on imports
1 parent 4fecd76 commit 26f074c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Lib/test/test_dbm_gnu.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
from test import support
2-
from test.support import import_helper, cpython_only
3-
gdbm = import_helper.import_module("dbm.gnu") #skip if not supported
4-
import unittest
51
import os
2+
import unittest
3+
from test import support
4+
from test.support import cpython_only, import_helper
65
from test.support.os_helper import (TESTFN, TESTFN_NONASCII, FakePath,
76
create_empty_file, temp_dir, unlink)
87

8+
gdbm = import_helper.import_module("dbm.gnu") # skip if not supported
99

1010
filename = TESTFN
1111

0 commit comments

Comments
 (0)