Skip to content

Commit

Permalink
update branch and remove misc line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Jackson authored and Jake Jackson committed Dec 12, 2024
1 parent 89d3cc3 commit 97608d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions awx/main/models/credential.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,9 +782,6 @@ def get_absolute_url(self, request=None):
return reverse(view_name, kwargs={'pk': self.pk}, request=request)


# from awx_plugins.credentials.plugins import * # noqa


awx_entry_points = {ep.name: ep for ep in entry_points(group='awx_plugins.managed_credentials')}
supported_entry_points = {ep.name: ep for ep in entry_points(group='awx_plugins.managed_credentials.supported')}
entry_points = awx_entry_points if detect_server_product_name() == 'AWX' else {**awx_entry_points, **supported_entry_points}
Expand Down

0 comments on commit 97608d4

Please sign in to comment.