feat(types): Complete strict static analysis and typing track
This commit is contained in:
@@ -14,7 +14,7 @@ def main():
|
||||
if not client.wait_for_server(timeout=5):
|
||||
print("Hook server not found. Start GUI with --enable-test-hooks")
|
||||
return
|
||||
sim_agent = UserSimAgent(client)
|
||||
UserSimAgent(client)
|
||||
# 1. Reset session to start clean
|
||||
print("Resetting session...")
|
||||
client.click("btn_reset")
|
||||
|
||||
Reference in New Issue
Block a user