Just alias `Arbiter` via assignment

multicast_revertable_streams
Gud Boi 2026-03-24 13:23:20 -04:00
parent 21ed181835
commit be5d8da8c0
1 changed files with 2 additions and 2 deletions

View File

@ -1889,6 +1889,6 @@ async def async_main(
# Backward compat: class moved to discovery._registry # Backward compat: class moved to discovery._registry
from ..discovery._registry import ( from ..discovery._registry import (
Registrar, Registrar as Registrar,
Registrar as Arbiter,
) )
Arbiter = Registrar