diff --git a/client/src/components/Tool/ToolSuccess.vue b/client/src/components/Tool/ToolSuccess.vue
index 1929ec04038e..61fda18799fd 100644
--- a/client/src/components/Tool/ToolSuccess.vue
+++ b/client/src/components/Tool/ToolSuccess.vue
@@ -33,7 +33,7 @@ onMounted(() => {
-
+
diff --git a/client/src/components/Tool/structured.ts b/client/src/components/Tool/structured.ts
index ea4a2c565245..48a7fb122064 100644
--- a/client/src/components/Tool/structured.ts
+++ b/client/src/components/Tool/structured.ts
@@ -30,7 +30,7 @@ export function structuredInputs(formInputs: object, toolInputs: Array= 3.8
try:
- from typing import (
- get_args, # type: ignore[attr-defined]
- get_origin, # type: ignore[attr-defined]
- )
+ from typing import get_args # type: ignore[attr-defined]
+ from typing import get_origin # type: ignore[attr-defined]
# Compatibility
except ImportError: