Skip to content

Commit 1d0b396

Browse files
committed
More type fixes for defaults
1 parent 29a3ce4 commit 1d0b396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tron/kubernetes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def __init__(
287287
self.enabled = enabled
288288
self.default_volumes: Optional[List[ConfigVolume]] = default_volumes or []
289289
self.pod_launch_timeout = pod_launch_timeout or DEFAULT_POD_LAUNCH_TIMEOUT_S
290-
self.watcher_kubeconfig_paths = watcher_kubeconfig_paths or ()
290+
self.watcher_kubeconfig_paths = watcher_kubeconfig_paths or []
291291
# creating a task_proc executor has a couple steps:
292292
# * create a TaskProcessor
293293
# * load the desired plugin (in this case, the k8s one)

0 commit comments

Comments
 (0)