From 2cb37b5297c890ab649af5d5a94b79238f549aeb Mon Sep 17 00:00:00 2001 From: Rafayel Latif Date: Wed, 16 Apr 2025 19:12:38 +0100 Subject: [PATCH] Testing unittests --- demoScripts/full_demo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/demoScripts/full_demo.py b/demoScripts/full_demo.py index a53da09..bdaed9a 100644 --- a/demoScripts/full_demo.py +++ b/demoScripts/full_demo.py @@ -8,7 +8,6 @@ # checking if the Arch has been successfully created print(arch.api_status) - # Creating an Agent using that Arch agent = ao.Agent(Arch=arch, api_key=ao_apikey, uid="full_demo_agent_01")