Skip to content

Commit

Permalink
Remove __all__ from plugins.py as it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
djyasin committed Sep 30, 2024
1 parent 5b2058c commit e6e32e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/utils/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
This module contains the code responsible for extracting the lists of dynamically generated plugins.
"""
__all__ = ['CLOUD_PROVIDERS']

CLOUD_PROVIDERS = []


Expand Down

0 comments on commit e6e32e9

Please sign in to comment.