Skip to content

Commit

Permalink
Remove redundant todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Dec 24, 2022
1 parent 22b456e commit 5b4d6ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fakeredis/commands_mixins/string_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def _lcs(s1, s2):

class StringCommandsMixin:
# String commands
# todo: GETEX, LCS

@command((Key(bytes), bytes))
def append(self, key, value):
Expand Down

0 comments on commit 5b4d6ff

Please sign in to comment.