Skip to content
Snippets Groups Projects
Commit 6a5c2754 authored by Carlos Vega's avatar Carlos Vega
Browse files

fix definition

parent f86dd7ac
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class TextMiningService(metaclass=ABCMeta):
pass
@abstractmethod
def get_co_occurrences(self, entity: str, limit: int = 20, types: List[str] = []s) -> List[CoOccurrence]:
def get_co_occurrences(self, entity: str, limit: int = 20, types: List[str] = None) -> List[CoOccurrence]:
"""
Co-occurrences at publication level.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment