Skip to content

Commit f293dd7

Browse files
cleanup
1 parent c855a88 commit f293dd7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

asyncstdlib/functools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
Generic,
88
Generator,
99
Optional,
10-
Coroutine,
1110
AsyncContextManager,
1211
Type,
1312
cast,
@@ -98,7 +97,6 @@ def _instance_value(self) -> Awaitable[R]:
9897
9998
If the instance (no longer) has this attribute, it was deleted and the
10099
process is restarted by delegating to the descriptor.
101-
102100
"""
103101
try:
104102
return self._instance.__dict__[self._name]

0 commit comments

Comments
 (0)