From c6856aa6fe2ad478dd5bc6285fb2544c150b2033 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Thu, 2 Feb 2023 10:04:03 +0100 Subject: filter port --- tagit/utils/bsfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tagit/utils') diff --git a/tagit/utils/bsfs.py b/tagit/utils/bsfs.py index 3c2b826..ab8baa5 100644 --- a/tagit/utils/bsfs.py +++ b/tagit/utils/bsfs.py @@ -10,7 +10,7 @@ import typing # bsfs imports from bsfs import schema, Open from bsfs.namespace import Namespace -from bsfs.query import ast +from bsfs.query import ast, matcher from bsfs.utils import URI, uuid # exports -- cgit v1.2.3