Skip to content

Commit 96bbc3b

Browse files
author
Gerit Wagner
committed
pylint: cyclic import
1 parent 729ac15 commit 96bbc3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

search_query/query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def create(
7777
distance: int = 0,
7878
) -> Query:
7979
"""Factory method for query creation."""
80+
# pylint: disable=cyclic-import
8081
if not operator:
8182
# pylint: disable=import-outside-toplevel
8283
from search_query.query_term import Term

0 commit comments

Comments
 (0)