From 62ad588e8669915bd4f62092bc2b72b8b53e845a Mon Sep 17 00:00:00 2001 From: John Chilton Date: Thu, 25 Jan 2024 12:51:18 -0500 Subject: [PATCH] Formatting and lint fixes... --- client/src/components/Tool/ToolSuccess.vue | 2 +- client/src/components/Tool/structured.ts | 4 ++-- lib/galaxy/tool_util/parameters/_types.py | 6 ++---- 3 files changed, 5 insertions(+), 7 deletions(-) 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: