feat: onboarding overhaul, persona-based setup (#132)
This commit is contained in:
@@ -12,7 +12,7 @@ class DummyTransport:
|
||||
def check_setup(self, *args, **kwargs):
|
||||
raise NotImplementedError
|
||||
|
||||
def interactive_setup(self, *, force: bool) -> bool:
|
||||
async def interactive_setup(self, *, force: bool) -> bool:
|
||||
raise NotImplementedError
|
||||
|
||||
def lock_token(self, *, transport_config: object, _config_path):
|
||||
|
||||
Reference in New Issue
Block a user