We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e004de4 commit ca066fbCopy full SHA for ca066fb
stdlib/@tests/test_cases/check_functools.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-from functools import _SingleDispatchCallable, cache, cached_property, singledispatch, wraps
+from functools import cache, cached_property, singledispatch, wraps
4
from typing import Callable, TypeVar
5
from typing_extensions import ParamSpec, assert_type
6
0 commit comments