Skip to content

Commit abe4390

Browse files
dataclass_transform will be in 3.11 (#42)
1 parent e9d09b5 commit abe4390

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ This module currently contains the following:
3535

3636
- Experimental features
3737

38-
- `@dataclass_transform()` (see PEP 681)
38+
- (Currently none)
3939

4040
- In `typing` since Python 3.11
4141

4242
- `assert_never`
4343
- `assert_type`
4444
- `clear_overloads`
45+
- `@dataclass_transform()` (see PEP 681)
4546
- `get_overloads`
4647
- `LiteralString` (see PEP 675)
4748
- `Never`

0 commit comments

Comments
 (0)