Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: filters type #3682

Merged
merged 19 commits into from
Dec 12, 2022
Merged
Prev Previous commit
Next Next commit
fix pylint
  • Loading branch information
tstadel committed Dec 9, 2022
commit 70309a62297b0f1ee5eaf8dfa6c0e10a7bab916a
2 changes: 1 addition & 1 deletion haystack/document_stores/filter_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Any, Union, List, Dict, Optional, Tuple
from typing import Union, List, Dict, Optional, Tuple
from abc import ABC, abstractmethod
from collections import defaultdict

Expand Down