]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix missing import in dataclass code snippet (GH-29214)
authorLeo <LeoHuckvale@users.noreply.github.com>
Mon, 14 Feb 2022 20:01:53 +0000 (20:01 +0000)
committerGitHub <noreply@github.com>
Mon, 14 Feb 2022 20:01:53 +0000 (12:01 -0800)
commitad4e8d2b871c4f5bce27520627bbb2e0e544bc24
treeacf1afa9dfd9088c48d5ed01bb085795f3691ea8
parent6b9f27dd0b5da53b1fd648494879d857572bec80
Fix missing import in dataclass code snippet (GH-29214)

field was not imported. It has been added now.
Doc/whatsnew/3.10.rst