Remove redundant docstring

This commit is contained in:
RumovZ 2021-01-30 10:37:46 +01:00
parent 705012164b
commit 80a4a85510

View File

@ -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