Skip to content

Commit 12b153e

Browse files
committed
Fixing linters
1 parent a0985b4 commit 12b153e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/search/hybrid_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from enum import Enum
2-
from typing import Any, Dict, List, Literal, Optional, Union
2+
from typing import Any, Dict, List, Optional, Union
33

44
try:
55
from typing import Self # Py 3.11+

0 commit comments

Comments
 (0)