Skip to content

Commit 2f4813c

Browse files
committed
fix: callable
1 parent 8df075e commit 2f4813c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

juju/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ async def destroy_relation(self, local_relation, remote_relation, block_until_do
215215
local_relation, remote_relation])
216216
if block_until_done:
217217
await block_until(
218-
not any(
218+
lambda: not any(
219219
relation.matches(local_relation, remote_relation)
220220
for relation in self.relations
221221
)

0 commit comments

Comments
 (0)