Skip to content

Commit 48bebd3

Browse files
committed
Fix pre-commit warning: remove unused import
1 parent 05e2821 commit 48bebd3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/test/test_class.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,8 +1016,6 @@ class C:
10161016
@support.nomemtest
10171017
@isolation.runInSubprocess()
10181018
def test_detach_materialized_dict_no_memory(self):
1019-
import _testcapi
1020-
10211019
class A:
10221020
def __init__(self):
10231021
self.a = 1

0 commit comments

Comments
 (0)