Skip to content

Commit be81356

Browse files
committed
CancelScope to dataclass
1 parent ac90628 commit be81356

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/asyncio/timeouts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import enum
22

3+
from dataclasses import dataclass
34
from types import TracebackType
45
from typing import final, Any, Dict, Optional, Type
56

0 commit comments

Comments
 (0)