Skip to content

Commit d764b24

Browse files
committed
linted
1 parent 17d0656 commit d764b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoint_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ def current(self) -> Relation[_A, _B, _C, _D]:
10071007
raise NoCurrentRelation(
10081008
f"The wrapped event {self._wrapped_event} has no `.relation`."
10091009
)
1010-
ops_relation = typing.cast('OpsRelation', self._wrapped_event.relation)
1010+
ops_relation = typing.cast("OpsRelation", self._wrapped_event.relation)
10111011
return self.wrap(ops_relation)
10121012

10131013
@property

0 commit comments

Comments
 (0)