From dcc7ee40aa4986e1471fc3f092ed37a0a6c3b20e Mon Sep 17 00:00:00 2001
From: Siraj R Aizlewood <siraj@aurelio.ai>
Date: Wed, 13 Mar 2024 12:01:41 +0400
Subject: [PATCH] New commit to avoid PR lint error.

To avoid this:

Error: COMMIT: PRs with a single commit require the commit message to conform to the conventional commit spec.
---
 semantic_router/layer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/semantic_router/layer.py b/semantic_router/layer.py
index dffc1d4b..79dc3bdd 100644
--- a/semantic_router/layer.py
+++ b/semantic_router/layer.py
@@ -249,7 +249,7 @@ class RouteLayer:
                 else:
                     route.llm = self.llm
             return route(text)
-        elif passed and route is not None and simulate_static:
+        elif passed and route is not None and simulate_static: 
             return RouteChoice(
                 name=route.name,
                 function_call=None,
-- 
GitLab