Skip to content

Commit

Permalink
Update awx/api/serializers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
  • Loading branch information
djyasin and webknjaz authored Oct 4, 2024
1 parent 355f091 commit c4c23f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions awx/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2349,9 +2349,6 @@ class Meta:
model = Group


from awx.main.utils.plugins import discover_available_cloud_provider_plugin_names


class InventorySourceOptionsSerializer(BaseSerializer):
credential = DeprecatedCredentialField(help_text=_('Cloud credential to use for inventory updates.'))
source = serializers.ChoiceField(choices=[])
Expand Down

0 comments on commit c4c23f9

Please sign in to comment.