Skip to content

Commit 3c58a69

Browse files
style: resolve linting errors
1 parent bb6f4c4 commit 3c58a69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ops/_private/harness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def begin_with_initial_hooks(self) -> None:
537537
# Note: Juju *does* fire relation events for a given relation in the sorted order of
538538
# the unit names. It also always fires relation-changed immediately after
539539
# relation-joined for the same unit.
540-
# Juju only fires relation-changed (app) if there is data for the integrated application
540+
# Juju only fires relation-changed (app) if there is data for the integrated app
541541
relation = self._model.get_relation(rel_name, rel_id)
542542
if self._backend._relation_data_raw[rel_id].get(app_name):
543543
app = self._model.get_app(app_name)

ops/charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ class RelationCreatedEvent(RelationEvent):
563563
class RelationJoinedEvent(RelationEvent):
564564
"""Event triggered when a new unit joins a relation.
565565
566-
This event is triggered whenever a new unit of an integrated
566+
This event is triggered whenever a new unit of an integrated
567567
application joins the relation. The event fires only when that
568568
remote unit is first observed by the unit. Callback methods bound
569569
to this event may set any local unit data that can be

0 commit comments

Comments
 (0)