Skip to content

Commit 021ec60

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

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
@@ -287,7 +287,7 @@ def test_specs(self, uri):
287287
continue
288288
parent_metadata = []
289289
if "parent" in trait.__dict__:
290-
parent_metadata = list(trait.parent.__dict__.keys())
290+
parent_metadata = list(trait.parent.__dict__)
291291
if (
292292
key
293293
not in allowed_keys

0 commit comments

Comments
 (0)