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 ac90628 commit be81356Copy full SHA for be81356
Lib/asyncio/timeouts.py
@@ -1,5 +1,6 @@
1
import enum
2
3
+from dataclasses import dataclass
4
from types import TracebackType
5
from typing import final, Any, Dict, Optional, Type
6
0 commit comments