Skip to content

Commit 526059b

Browse files
committed
Remove unused import
1 parent 7242f19 commit 526059b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_zipfile/_path/_test_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import functools
22
import types
3-
from contextlib import AbstractContextManager, ExitStack
3+
from contextlib import AbstractContextManager
44

55
from ._itertools import always_iterable
66

0 commit comments

Comments
 (0)