Skip to content

Commit

Permalink
Updated docsting headers definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
asgibson committed Dec 18, 2024
1 parent ef40520 commit 174fc28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onair/src/ai_components/ai_plugin_abstract/ai_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ class AIPlugin(ABC):
component_name : str
Name given to instance of plugin.
headers : list of str
Names for each data point in the OnAIR data frame.
Names for each data point, corresponding to the OnAIR low_level_data and frame
elements by matching index position.
"""

def __init__(self, _name: str, _headers: list):
Expand Down

0 comments on commit 174fc28

Please sign in to comment.