Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tdp/cli/commands/vars/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import click

from tdp.cli.commands.vars.edit import edit
from tdp.cli.commands.vars.update import update
from tdp.cli.commands.vars.validate import validate

Expand All @@ -14,6 +13,5 @@ def vars():
pass


vars.add_command(edit)
vars.add_command(validate)
vars.add_command(update)
148 changes: 0 additions & 148 deletions tdp/cli/commands/vars/edit.py

This file was deleted.