Drop unecessary services var asserts?

daemon_sockaddr_config
Tyler Goodlet 2022-11-10 10:38:09 -05:00
parent d3fefdeaff
commit 40c70ae6d8
1 changed files with 0 additions and 2 deletions

View File

@ -152,7 +152,6 @@ async def open_pikerd(
'''
global _services
assert _services is None
# XXX: this may open a root actor as well
async with (
@ -207,7 +206,6 @@ async def open_piker_runtime(
'''
global _services
assert _services is None
# XXX: this may open a root actor as well
async with (