Skip to content

Commit 41b96c3

Browse files
committed
changed import to relative
1 parent 497d95a commit 41b96c3

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 object_filtering.object_filtering import (
7+
from src.object_filtering.object_filtering import (
88
ObjectFilter, Rule, GroupExpression, ConditionalExpression,
99
LogicalExpression,
1010
)

0 commit comments

Comments
 (0)