mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-07-02 20:56:27 +00:00
chore: fix pylint warnings
This commit is contained in:
@ -103,7 +103,7 @@ class Searcher:
|
||||
|
||||
return list(results)
|
||||
|
||||
def search(self, string: str, *, limit: int = 10, fuzzy_distance: int = 10):
|
||||
def search(self, string: str, *, limit: int = 10):
|
||||
query_string = f"{string}"
|
||||
query = self.default_query_parser.parse(query_string)
|
||||
with self.index.searcher() as searcher:
|
||||
|
Reference in New Issue
Block a user