We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729ac15 commit 96bbc3bCopy full SHA for 96bbc3b
search_query/query.py
@@ -77,6 +77,7 @@ def create(
77
distance: int = 0,
78
) -> Query:
79
"""Factory method for query creation."""
80
+ # pylint: disable=cyclic-import
81
if not operator:
82
# pylint: disable=import-outside-toplevel
83
from search_query.query_term import Term
0 commit comments