Skip to content

Commit

Permalink
style: resolve linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garner-canonical committed Feb 12, 2025
1 parent bb6f4c4 commit 3c58a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/_private/harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def begin_with_initial_hooks(self) -> None:
# Note: Juju *does* fire relation events for a given relation in the sorted order of
# the unit names. It also always fires relation-changed immediately after
# relation-joined for the same unit.
# Juju only fires relation-changed (app) if there is data for the integrated application
# Juju only fires relation-changed (app) if there is data for the integrated app
relation = self._model.get_relation(rel_name, rel_id)
if self._backend._relation_data_raw[rel_id].get(app_name):
app = self._model.get_app(app_name)
Expand Down
2 changes: 1 addition & 1 deletion ops/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ class RelationCreatedEvent(RelationEvent):
class RelationJoinedEvent(RelationEvent):
"""Event triggered when a new unit joins a relation.
This event is triggered whenever a new unit of an integrated
This event is triggered whenever a new unit of an integrated
application joins the relation. The event fires only when that
remote unit is first observed by the unit. Callback methods bound
to this event may set any local unit data that can be
Expand Down

0 comments on commit 3c58a69

Please sign in to comment.