Skip to content

Commit

Permalink
Remove NATURAL_KEY and change to dependant nonexport
Browse files Browse the repository at this point in the history
  • Loading branch information
neevnuv authored and dmzoneill committed Feb 28, 2024
1 parent 9652a31 commit 2222cd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion awxkit/awxkit/api/pages/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
('Inventory', 'Host'),
('Inventory', 'Label'),
('WorkflowJobTemplateNode', 'WorkflowApprovalTemplate'),
('Credential', 'CredentialInputSource'),
]


Expand All @@ -63,6 +62,7 @@
('Group', 'potential_children'),
('Host', 'all_groups'),
('WorkflowJobTemplateNode', 'create_approval_template'),
('Credential', 'CredentialInputSource'),
]


Expand Down
1 change: 0 additions & 1 deletion awxkit/awxkit/api/pages/credential_input_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class CredentialInputSource(base.Base):
NATURAL_KEY = ('input_field_name')
pass


Expand Down

0 comments on commit 2222cd7

Please sign in to comment.