Skip to content

Commit

Permalink
Update src/plugins/analysis/device_tree/code/device_tree.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jörg Stucke <[email protected]>
  • Loading branch information
maringuu and jstucke authored Sep 18, 2023
1 parent a2d668b commit 7747ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/analysis/device_tree/code/device_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self):
)
super().__init__(metadata=metadata)

def summarize(self, result: Schema):
def summarize(self, result: Schema) -> list[str]:
models = [device_tree.model for device_tree in result.device_trees if device_tree.model]

if not models:
Expand Down

0 comments on commit 7747ebe

Please sign in to comment.