aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/extractor/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsie/extractor/base.py')
-rw-r--r--bsie/extractor/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsie/extractor/base.py b/bsie/extractor/base.py
index 8ab1124..7401244 100644
--- a/bsie/extractor/base.py
+++ b/bsie/extractor/base.py
@@ -108,5 +108,6 @@ class Extractor(abc.ABC):
principals: typing.Iterable[bsfs.schema.Predicate],
) -> typing.Iterator[typing.Tuple[node.Node, bsfs.schema.Predicate, typing.Any]]:
"""Return (node, predicate, value) triples."""
+ # FIXME: type annotation could be more strict: value is Hashable
## EOF ##