aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/graph/resolve.py
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-02 16:46:11 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-02 16:46:11 +0100
commit2c6c23f85e7f2123c508f9ff8a4aa776948bb589 (patch)
treec343b8aa7ae1d148ae317c406df6fe85747bd99a /bsfs/graph/resolve.py
parent6b9379d75198082054c35e44bc2cd880353a7485 (diff)
downloadbsfs-2c6c23f85e7f2123c508f9ff8a4aa776948bb589.tar.gz
bsfs-2c6c23f85e7f2123c508f9ff8a4aa776948bb589.tar.bz2
bsfs-2c6c23f85e7f2123c508f9ff8a4aa776948bb589.zip
minor style fixes
Diffstat (limited to 'bsfs/graph/resolve.py')
-rw-r--r--bsfs/graph/resolve.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsfs/graph/resolve.py b/bsfs/graph/resolve.py
index 0ba1e36..95dcfc1 100644
--- a/bsfs/graph/resolve.py
+++ b/bsfs/graph/resolve.py
@@ -48,6 +48,7 @@ class Filter():
root_type: bsc.Node,
node: typing.Optional[ast.filter.FilterExpression],
):
+ """Resolve Nodes instances of a *node* query starting at *root_type*."""
if node is None:
return None
return self._parse_filter_expression(root_type, node)