Remove redundant docstring

This commit is contained in:
RumovZ 2021-01-30 10:37:46 +01:00
parent 190922666b
commit 8033cc6784

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