Skip to content

Commit d17f456

Browse files
committed
clean up imports
1 parent b07e183 commit d17f456

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/warnet/k8s.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@
1717

1818
from .constants import (
1919
CADDY_INGRESS_NAME,
20-
DEFAULT_NAMESPACE,
2120
INGRESS_NAMESPACE,
2221
KUBECONFIG,
2322
LOGGING_NAMESPACE,
2423
)
25-
from .process import run_command, stream_command
26-
from .constants import KUBECONFIG
2724

2825

2926
def get_static_client() -> CoreV1Api:

0 commit comments

Comments
 (0)