Skip to content
Draft
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
3 changes: 0 additions & 3 deletions src/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
from src.commands.jira_config_gen import jira_config_gen
from src.commands.report import report

from src.commands.jira_escalation import jira_escalation


@click.group()
@click.option(
Expand All @@ -25,7 +23,6 @@ def main(ctx: Context, pdb: bool) -> None:

main.add_command(report)
main.add_command(jira_config_gen)
main.add_command(jira_escalation)

if __name__ == "__main__":
should_raise = False
Expand Down
99 changes: 0 additions & 99 deletions src/commands/jira_escalation.py

This file was deleted.

Empty file removed src/escalation/__init__.py
Empty file.
Loading
Loading