mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Remove redundant docstring
This commit is contained in:
parent
705012164b
commit
80a4a85510
1 changed files with 0 additions and 2 deletions
|
@ -540,8 +540,6 @@ class Collection:
|
|||
return search_string
|
||||
|
||||
def replace_search_term(self, search: str, replacement: str) -> str:
|
||||
"""Wrapper for the according backend function."""
|
||||
|
||||
return self.backend.replace_search_term(search=search, replacement=replacement)
|
||||
|
||||
# Config
|
||||
|
|
Loading…
Reference in a new issue