Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Jan 15, 2025
1 parent f74037b commit 5854b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parsl/tests/ci_k8s/taskvine_k8s_kind.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from parsl.addresses import address_by_hostname
from parsl.config import Config
from parsl.executors.taskvine import TaskVineExecutor, TaskVineManagerConfig
from parsl.launchers import SimpleLauncher
from parsl.providers import KubernetesProvider
from parsl.addresses import address_by_hostname

from parsl.executors.taskvine import TaskVineExecutor, TaskVineManagerConfig

def fresh_config():
return Config(executors=[TaskVineExecutor(manager_config=TaskVineManagerConfig(address=address_by_hostname(), port=9000),
Expand Down

0 comments on commit 5854b9e

Please sign in to comment.