From 7f801823545caaca13301fdcfb0f39278ebaa814 Mon Sep 17 00:00:00 2001 From: Ingrid Wu Date: Sun, 17 Aug 2025 05:53:28 -0500 Subject: [PATCH] remove extraneous comment --- examples/10-custom-sre-config/01-custom-models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/10-custom-sre-config/01-custom-models.ts b/examples/10-custom-sre-config/01-custom-models.ts index 3c49815a..e986974e 100644 --- a/examples/10-custom-sre-config/01-custom-models.ts +++ b/examples/10-custom-sre-config/01-custom-models.ts @@ -1,4 +1,4 @@ -import { SRE } from '@smythos/sre'; //Since we'ill +import { SRE } from '@smythos/sre'; import { Agent } from '@smythos/sdk'; import path from 'path'; import { fileURLToPath } from 'url';