Skip to content

Commit e7a409b

Browse files
committed
gh-124722: Fix leak in test_detach_materialized_dict_no_memory
1 parent d42f6c0 commit e7a409b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_class.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"Test the functionality of Python classes implementing operators."
22

33
import unittest
4-
from test.support import cpython_only
5-
from test.support import import_helper, script_helper
4+
from test.support import cpython_only, import_helper, script_helper
65

76
testmeths = [
87

0 commit comments

Comments
 (0)