Skip to content

Commit

Permalink
Update src/bos/common/clients/api_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mharding-hpe authored Dec 17, 2024
1 parent 0b9f2a9 commit c1ee966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bos/common/clients/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self, *args, **kwargs):
def get_endpoint(self,
endpoint_type: Type[ClientEndpoint]) -> ClientEndpoint:
"""
Endpoints are created only as needed, and passed the manager retry session.
Endpoints are created only as needed, and passed the managed retry session.
"""
if endpoint_type not in self._endpoint_values:
self._endpoint_values[endpoint_type] = endpoint_type(
Expand Down

0 comments on commit c1ee966

Please sign in to comment.