diff --git a/mlx/coverity/coverity_services.py b/mlx/coverity/coverity_services.py index 5e2ef0d..1213224 100644 --- a/mlx/coverity/coverity_services.py +++ b/mlx/coverity/coverity_services.py @@ -9,7 +9,7 @@ import requests from sphinx.util.logging import getLogger -from mlx.coverity_logging import report_info +from mlx.coverity import report_info # Coverity built in Impact statuses IMPACT_LIST = ["High", "Medium", "Low"]