Skip to content

Commit

Permalink
Fix importing report_info
Browse files Browse the repository at this point in the history
  • Loading branch information
JokeWaumans committed Aug 23, 2024
1 parent 3106c30 commit f394ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlx/coverity/coverity_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit f394ba9

Please sign in to comment.