Skip to content

Commit 97df9b2

Browse files
committed
nit fix
1 parent 32427a5 commit 97df9b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/dataclasses.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ def _init_fn(fields, frozen, has_post_init, self_name, globals):
474474
locals.update({
475475
'MISSING': MISSING,
476476
'_HAS_DEFAULT_FACTORY': _HAS_DEFAULT_FACTORY,
477-
'__builtins__': builtins,
478477
})
479478

480479
body_lines = []

0 commit comments

Comments
 (0)