Just alias `Arbiter` via assignment
parent
21ed181835
commit
be5d8da8c0
|
|
@ -1889,6 +1889,6 @@ async def async_main(
|
|||
|
||||
# Backward compat: class moved to discovery._registry
|
||||
from ..discovery._registry import (
|
||||
Registrar,
|
||||
Registrar as Arbiter,
|
||||
Registrar as Registrar,
|
||||
)
|
||||
Arbiter = Registrar
|
||||
|
|
|
|||
Loading…
Reference in New Issue