Skip to content

Commit

Permalink
fix: callable
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Jan 28, 2024
1 parent 8df075e commit 2f4813c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion juju/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ async def destroy_relation(self, local_relation, remote_relation, block_until_do
local_relation, remote_relation])
if block_until_done:
await block_until(
not any(
lambda: not any(
relation.matches(local_relation, remote_relation)
for relation in self.relations
)
Expand Down

0 comments on commit 2f4813c

Please sign in to comment.