Skip to content

Commit

Permalink
Undo overly aggressive wrapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Dec 14, 2023
1 parent 1633f15 commit 965f591
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ops/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,8 +802,7 @@ class RelationMapping(Mapping[str, List['Relation']]):
"""Map of relation names to lists of :class:`Relation` instances."""

def __init__(self,
relations_meta: Dict[str,
'ops.RelationMeta'],
relations_meta: Dict[str, 'ops.RelationMeta'],
our_unit: 'Unit',
backend: '_ModelBackend',
cache: '_ModelCache',
Expand Down

0 comments on commit 965f591

Please sign in to comment.