From b688f3b1c34f8c638e7b41429e23477308b063a6 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Mon, 6 Jan 2025 19:08:47 +0000 Subject: [PATCH] remove channels --- htex_k8s_kind.py | 1 - taskvine_k8s_kind.py | 1 - 2 files changed, 2 deletions(-) diff --git a/htex_k8s_kind.py b/htex_k8s_kind.py index c09998bce8..de00f122e0 100644 --- a/htex_k8s_kind.py +++ b/htex_k8s_kind.py @@ -1,4 +1,3 @@ -from parsl.channels import LocalChannel from parsl.config import Config from parsl.executors import HighThroughputExecutor from parsl.launchers import SimpleLauncher diff --git a/taskvine_k8s_kind.py b/taskvine_k8s_kind.py index ed3e94d8e8..821f359197 100644 --- a/taskvine_k8s_kind.py +++ b/taskvine_k8s_kind.py @@ -1,4 +1,3 @@ -from parsl.channels import LocalChannel from parsl.config import Config from parsl.launchers import SimpleLauncher from parsl.providers import KubernetesProvider