Skip to content

Commit 02a7b4a

Browse files
committed
master merge and filter docs from flake8
2 parents 5091b71 + 46f9351 commit 02a7b4a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

redis/commands/search/commands.py

Lines changed: 1 addition & 1 deletion
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
"""

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ exclude =
127127
.tox,
128128
.venv*,
129129
build,
130+
docs/*,
130131
dist,
131132
docker,
132133
venv*,
133-
whitelist.py
134+
whitelist.py

0 commit comments

Comments
 (0)