diff --git a/piker/_daemon.py b/piker/_daemon.py index 35f48d89..6609338b 100644 --- a/piker/_daemon.py +++ b/piker/_daemon.py @@ -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 (