Skip to content

Commit 30512bd

Browse files
committed
remove outdated comment
1 parent ab74435 commit 30512bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/dataclasses.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,6 @@ def _make_annotate_function(__class__, method_name, annotation_fields, return_ty
538538
# Try to return annotations in the same format as they would be
539539
# from a regular __init__ function
540540

541-
# annotations should be in FORWARDREF format at this stage
542-
543541
def __annotate__(format, /):
544542
Format = annotationlib.Format
545543
match format:

0 commit comments

Comments
 (0)