Skip to content

Commit 68b446d

Browse files
committed
Merge branch 'fix-natural-language-import' into release-v0.1.14
2 parents efa8178 + 6c51144 commit 68b446d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/object_filtering/natural_language/natural_language.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#!/usr/bin/env python3
55
import json
66
import sys
7-
from src.object_filtering.object_filtering import (
7+
from ..object_filtering import (
88
ObjectFilter, Rule, GroupExpression, ConditionalExpression,
99
LogicalExpression,
1010
)

0 commit comments

Comments
 (0)