Skip to content

Commit ca066fb

Browse files
committed
Remove unused import
1 parent e004de4 commit ca066fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/@tests/test_cases/check_functools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
from functools import _SingleDispatchCallable, cache, cached_property, singledispatch, wraps
3+
from functools import cache, cached_property, singledispatch, wraps
44
from typing import Callable, TypeVar
55
from typing_extensions import ParamSpec, assert_type
66

0 commit comments

Comments
 (0)