Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit c8f7ef1

Browse files
committed
Drop unused selector_to_labels helper
1 parent b48fcbd commit c8f7ef1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • packages/jumpstarter-cli-client/jumpstarter_cli_client

packages/jumpstarter-cli-client/jumpstarter_cli_client/common.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
)
2525

2626

27-
def selector_to_labels(selector: str):
28-
# TODO: support complex selectors (e.g. !=)
29-
return dict([term.split("=") for term in selector.split(",")])
30-
31-
3227
class ClientParamType(click.ParamType):
3328
name = "client"
3429

0 commit comments

Comments
 (0)