aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/target/ethos_u/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/target/ethos_u/events.py')
-rw-r--r--src/mlia/target/ethos_u/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mlia/target/ethos_u/events.py b/src/mlia/target/ethos_u/events.py
index 8060382..17e5e7f 100644
--- a/src/mlia/target/ethos_u/events.py
+++ b/src/mlia/target/ethos_u/events.py
@@ -14,7 +14,7 @@ class EthosUAdvisorStartedEvent(Event):
"""Event with Ethos-U advisor parameters."""
model: Path
- target: EthosUConfiguration
+ target_config: EthosUConfiguration
class EthosUAdvisorEventHandler(EventDispatcher):