Skip to content

Commit e8b6d16

Browse files
STY: Further simplification
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
1 parent 021ec60 commit e8b6d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/checkspecs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def test_specs(self, uri):
375375
continue
376376
parent_metadata = []
377377
if "parent" in trait.__dict__:
378-
parent_metadata = list(trait.parent.__dict__.keys())
378+
parent_metadata = list(trait.parent.__dict__)
379379
if (
380380
key
381381
not in allowed_keys

0 commit comments

Comments
 (0)