Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Jul 26, 2024
1 parent a8914f2 commit 64e9b54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/py_matter_idl/matter_idl/matter_idl_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ def __init__(self, idl: Idl):
self.enum_map = {e.name: e for e in idl.global_enums}
self.struct_map = {s.name: s for s in idl.global_structs}


self.global_types = set(self.bitmap_map.keys()).union(set(self.enum_map.keys())).union(set(self.struct_map.keys()))

# Spec does not enforce unique naming in bitmap/enum/struct, however in practice
Expand Down

0 comments on commit 64e9b54

Please sign in to comment.