Skip to content

Commit

Permalink
chore(wht): remove unused wht definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
arpl committed Dec 31, 2024
1 parent 04797e9 commit e8b6432
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 98 deletions.
4 changes: 2 additions & 2 deletions scripts/deployToDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from constants import CONFIG_DIR


ALL_SELECTORS = ["destination", "source", "wht-lib-project"]
ALL_SELECTORS = ["destination", "source"]


def get_command_line_arguments():
Expand All @@ -19,7 +19,7 @@ def get_command_line_arguments():
parser.add_argument(
"selector",
nargs="?",
help="Specify destination, source or wht-lib-project",
help="Specify destination or source",
default=None,
)
parser.add_argument(
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit e8b6432

Please sign in to comment.