Skip to content

Commit

Permalink
Chore(): Update dosctring
Browse files Browse the repository at this point in the history
  • Loading branch information
alithethird committed Feb 6, 2025
1 parent 15848d8 commit c94d56d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/paas_charm/charm_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def from_charm( # pylint: disable=too-many-arguments
s3_connection_info: Connection info from S3 lib.
saml_relation_data: Relation data from the SAML app.
rabbitmq_uri: RabbitMQ uri.
tracing_requirer: The tracing relation object provided by the Tempo charm.
tracing_requirer: The tracing requirer object provided by the Tempo charm.
base_url: Base URL for the service.
Return:
Expand Down Expand Up @@ -242,7 +242,7 @@ def build( # pylint: disable=too-many-arguments
s3_connection_info: S3 connection info from S3 lib.
saml_relation_data: Saml relation data from saml lib.
rabbitmq_uri: RabbitMQ uri.
tracing_requirer: The tracing relation data provided by the Tempo charm.
tracing_requirer: The tracing requirer object provided by the Tempo charm.
Return:
The IntegrationsState instance created.
Expand Down Expand Up @@ -277,7 +277,7 @@ def generate_tracing_parameters(
"""Generate TempoParameters class from tracing requirer.
Args:
tracing_requirer: Tempo requirer object.
tracing_requirer: Tracing requirer object.
app_name: Name of the application.
Return:
Expand Down

0 comments on commit c94d56d

Please sign in to comment.