Skip to content

Commit f0704f7

Browse files
committed
lint
Signed-off-by: nigel brown <nigel@stacklok.com>
1 parent 7533de4 commit f0704f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp_optimizer/toolhive/toolhive_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def _parse_toolhive_version(self, version_str: str) -> Version:
156156
try:
157157
version = Version.parse(version_str.replace("v", ""))
158158
return version
159-
except (ValueError, TypeError) as e:
159+
except (ValueError, TypeError):
160160
# For development builds like "build-7c3a3077", use a default version
161161
# This allows the connection to succeed while still logging the issue
162162
logger.info(

0 commit comments

Comments
 (0)