Skip to content

Commit 5b11fbf

Browse files
fix bad commit
1 parent 798c78d commit 5b11fbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

atom/meta/atom_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ def __new__(
638638
dct["__slots__"] += ("__weakref__",)
639639

640640
if use_annotations and "__annotations__" in dct:
641-
generate_members_from_cls_namespace(name, bases, dct, type_containers)
641+
generate_members_from_cls_namespace(name, dct, type_containers)
642642

643643
# Create the helper used to analyze the namespace and customize members
644644
helper = _AtomMetaHelper(name, bases, dct)

0 commit comments

Comments
 (0)