Context
dynamic_wtg.py:417 notes a type mismatch: record_transition() expects List[Dict] for events but callers pass strings. The method works due to loose typing but the contract is incorrect.
Location
modules/rv-android-core/src/rv_android_core/domain/dynamic_wtg.py:417
Affected Domains
Context
dynamic_wtg.py:417notes a type mismatch:record_transition()expectsList[Dict]for events but callers pass strings. The method works due to loose typing but the contract is incorrect.Location
modules/rv-android-core/src/rv_android_core/domain/dynamic_wtg.py:417Affected Domains