Skip to content

Commit 2172c58

Browse files
committed
fix linting
1 parent dc9a866 commit 2172c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redis/commands/search/aggregation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import List, Union, Optional
1+
from typing import List, Union
22

33
FIELDNAME = object()
44

@@ -112,7 +112,7 @@ def __init__(self, query: str = "*") -> None:
112112
self._cursor = []
113113
self._dialect = None
114114
self._add_scores = False
115-
self._scorer = Optional[str] = None
115+
self._scorer = None
116116

117117
def load(self, *fields: List[str]) -> "AggregateRequest":
118118
"""

0 commit comments

Comments
 (0)