Skip to content

Commit

Permalink
attempt to deliberately break build by importing package not in depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
aantn committed Jun 16, 2024
1 parent b77d2af commit 1847414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions holmes.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from holmes.plugins.prompts import load_prompt
from holmes.plugins.sources.opsgenie import OPSGENIE_TEAM_INTEGRATION_KEY_HELP
from holmes import get_version
from flask import *

app = typer.Typer(add_completion=False, pretty_exceptions_show_locals=False)
investigate_app = typer.Typer(
Expand Down

0 comments on commit 1847414

Please sign in to comment.