diff --git a/polypyus/cli.py b/polypyus/cli.py index 2292448..c031be0 100644 --- a/polypyus/cli.py +++ b/polypyus/cli.py @@ -65,6 +65,7 @@ def prepare_graph( typer.echo("No history entries in database") return None + matchers = None if histories: logger.debug("Clearing matchers") Matcher.reset()