import needless dependency to test failure notification in actions
Some checks failed
CI / test (push) Successful in 46s
Trivy / test (push) Successful in 23s
Lint / test (push) Failing after 25s

This commit is contained in:
Miguel Jacq 2025-12-03 18:11:14 +11:00
parent 72deb1dc1f
commit a7f1e3797f
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -4,6 +4,7 @@ from pathlib import Path
from typing import Any, Iterable from typing import Any, Iterable
import datetime import datetime
import os
import yaml import yaml
from .loop_analyzer import LoopAnalyzer, LoopCandidate from .loop_analyzer import LoopAnalyzer, LoopCandidate