Skip to content

Commit

Permalink
Uncomment out choicesin serializers
Browse files Browse the repository at this point in the history
  • Loading branch information
djyasin committed Oct 16, 2024
1 parent 6742856 commit 2f4a4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2301,7 +2301,7 @@ class Meta:

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

class Meta:
fields = (
Expand Down

0 comments on commit 2f4a4f5

Please sign in to comment.