Skip to content

Commit

Permalink
fix bad lint picked up from master
Browse files Browse the repository at this point in the history
  • Loading branch information
grippy committed May 19, 2022
1 parent 27386a6 commit 4fd4ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/commands/search/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def dropindex(self, delete_documents=False):
### Parameters:
- **delete_documents**: If `True`, all documents will be deleted.
For more information see `FT.DROPINDEX <https://redis.io/commands/ft.dropindex>`_.
""" # noqa
keep_str = "" if delete_documents else "KEEPDOCS"
Expand Down

0 comments on commit 4fd4ef6

Please sign in to comment.