Skip to content

Commit b45ce0a

Browse files
committed
flake8
1 parent 2a3b305 commit b45ce0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/search/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def explain(self, query):
378378
return self.execute_command(EXPLAIN_CMD, *args)
379379

380380
def explain_cli(self, query): # noqa
381-
raise NotImplementedError("EXPLAINCLI is intentionally not implemented.")
381+
raise NotImplementedError("EXPLAINCLI will not be implemented.")
382382

383383
def aggregate(self, query):
384384
"""

0 commit comments

Comments
 (0)