Skip to content

Commit

Permalink
Fix formatting of all 3 functions to be PEP257 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
djyasin committed Oct 22, 2024
1 parent 9c11573 commit c45f079
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions awx/main/utils/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

@cache
def discover_available_cloud_provider_plugin_names() -> list[str]:
"""Return a list of cloud plugin names available in runtime.
"""
Return a list of cloud plugin names available in runtime.
The discovery result is cached since it does not change throughout
the life cycle of the server run.
Expand All @@ -29,7 +30,8 @@ def discover_available_cloud_provider_plugin_names() -> list[str]:

@cache
def compute_cloud_inventory_sources() -> dict[str, str]:
"""Return a dictionary of cloud provider plugin names
"""
Return a dictionary of cloud provider plugin names
available plus source control management and constructed.
:returns: Dictionary of plugin cloud names plus source control.
Expand Down

0 comments on commit c45f079

Please sign in to comment.