Skip to content

Commit

Permalink
Add import to serializers and correct import for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djyasin committed Sep 30, 2024
1 parent ff55593 commit ca8512d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions awx/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@

from awx.main.utils.filters import SmartFilter
from awx.main.utils.named_url_graph import reset_counters
from awx.main.utils.plugins import discover_available_cloud_provider_plugin_names
from awx.main.scheduler.task_manager_models import TaskManagerModels
from awx.main.redact import UriCleaner, REPLACE_STR
from awx.main.signals import update_inventory_computed_fields
Expand Down
3 changes: 2 additions & 1 deletion awx/main/tests/functional/test_inventory_source_injectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@

from awx.main.tasks.jobs import RunInventoryUpdate
from awx.main.models import InventorySource, Credential, CredentialType, UnifiedJob, ExecutionEnvironment
from awx.main.constants import CLOUD_PROVIDERS, STANDARD_INVENTORY_UPDATE_ENV
from awx.main.constants import STANDARD_INVENTORY_UPDATE_ENV
from awx.main.tests import data
from awx.main.utils.execution_environments import to_container_path
from awx.main.utils.plugins import CLOUD_PROVIDERS

from django.conf import settings

Expand Down

0 comments on commit ca8512d

Please sign in to comment.