Correction
This commit is contained in:
parent
b407159f22
commit
eae7d8dd10
@ -28,7 +28,7 @@ class UseSource():
|
|||||||
def __init__(self, title, eventId) -> None:
|
def __init__(self, title, eventId) -> None:
|
||||||
self.title = title
|
self.title = title
|
||||||
|
|
||||||
def stripped(input_string):
|
def stripped(self, input_string) -> str:
|
||||||
return re.sub(r'[^a-zA-Z0-9]', '', input_string)
|
return re.sub(r'[^a-zA-Z0-9]', '', input_string)
|
||||||
|
|
||||||
def __perform_search(self, title)-> List[WeightedData]:
|
def __perform_search(self, title)-> List[WeightedData]:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user