Skip to content

Commit

Permalink
remove redundant imports from k8s.py left after merge of partial PR
Browse files Browse the repository at this point in the history
  • Loading branch information
vlerkin committed Nov 20, 2024
1 parent 6840cb2 commit 1a5201c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scrapyd_k8s/launcher/k8s.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import os
import logging

import kubernetes
import kubernetes.stream
import logging
Expand All @@ -9,7 +7,6 @@
from kubernetes.client import ApiException

from ..utils import native_stringify_dict
from scrapyd_k8s.joblogs import joblogs_init
from ..k8s_resource_watcher import ResourceWatcher
from ..k8s_scheduler import KubernetesScheduler

Expand Down

0 comments on commit 1a5201c

Please sign in to comment.