We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c855a88 commit f293dd7Copy full SHA for f293dd7
1 file changed
asyncstdlib/functools.py
@@ -7,7 +7,6 @@
7
Generic,
8
Generator,
9
Optional,
10
- Coroutine,
11
AsyncContextManager,
12
Type,
13
cast,
@@ -98,7 +97,6 @@ def _instance_value(self) -> Awaitable[R]:
98
97
99
If the instance (no longer) has this attribute, it was deleted and the
100
process is restarted by delegating to the descriptor.
101
-
102
"""
103
try:
104
return self._instance.__dict__[self._name]
0 commit comments