File diff 999ca2c5e1fa → bd0d607032eb
conservancy_beancount/plugin/core.py
Show inline comments
...
 
@@ -259,7 +259,7 @@ class _RequireLinksPostingMetadataHook(_PostingHook):
 
                        txn: Transaction,
 
                        post: data.Posting,
 
                        keys: Sequence[MetaKey],
 
    ) -> Iterable[errormod.InvalidMetadataError]:
 
    ) -> Iterator[errormod.InvalidMetadataError]:
 
        have_docs = False
 
        for key in keys:
 
            try: