You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`abc.Set` allows us to treat `set`s as read-only, and interchangably
with `frozenset`s. Many of the SDK's methods that give out component
IDs produce `abc.Set` values, and with this change, such values can
directly be used in calls to `ev_charger_pool`.
This is also to be consistent with `battery_pool`, which already
accepts `abc.Set`.
Signed-off-by: Sahas Subramanian <[email protected]>
0 commit comments