We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efa8178 + 6c51144 commit 68b446dCopy full SHA for 68b446d
1 file changed
src/object_filtering/natural_language/natural_language.py
@@ -4,7 +4,7 @@
4
#!/usr/bin/env python3
5
import json
6
import sys
7
-from src.object_filtering.object_filtering import (
+from ..object_filtering import (
8
ObjectFilter, Rule, GroupExpression, ConditionalExpression,
9
LogicalExpression,
10
)
0 commit comments