Skip to content

Commit

Permalink
correct import path error in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
djyasin committed Oct 4, 2024
1 parent 44c20d7 commit 355f091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/api/views/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
from django.db.models.fields.related import ManyToManyField, ForeignKey
from django.db.models.functions import Trunc
from django.shortcuts import get_object_or_404
from django.utils.plugins import compute_cloud_inventory_sources
from django.utils.safestring import mark_safe
from django.utils.timezone import now
from django.views.decorators.csrf import csrf_exempt
Expand Down Expand Up @@ -104,6 +103,7 @@
)
from awx.main.utils.encryption import encrypt_value
from awx.main.utils.filters import SmartFilter
from awx.main.utils.plugins import compute_cloud_inventory_sources
from awx.main.redact import UriCleaner
from awx.api.permissions import (
JobTemplateCallbackPermission,
Expand Down

0 comments on commit 355f091

Please sign in to comment.