Skip to content

Commit

Permalink
Move the import in new location
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Jan 15, 2025
1 parent c8b830e commit a5d2f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/tasks/host_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from awx.main.models.inventory import HostMetric, HostMetricSummaryMonthly
from awx.main.tasks.helpers import is_run_threshold_reached
from awx.conf.license import get_license
from awx.main.utils.pglock import advisory_lock
from ansible_base.lib.utils.db import advisory_lock


logger = logging.getLogger('awx.main.tasks.host_metrics')
Expand Down

0 comments on commit a5d2f98

Please sign in to comment.