diff --git a/scispacy/umls_utils.py b/scispacy/umls_utils.py index f3f90c6..943faa5 100644 --- a/scispacy/umls_utils.py +++ b/scispacy/umls_utils.py @@ -38,7 +38,11 @@ def read_umls_file_headers(meta_path: str, filename: str) -> List[str]: def read_umls_concepts( - meta_path: str, concept_details: Dict, source: Optional[str] = None, lang: str = "ENG", non_suppressed : bool= True + meta_path: str, + concept_details: Dict, + source: Optional[str] = None, + lang: str = "ENG", + non_suppressed: bool = True ): """ Read the concepts file MRCONSO.RRF from a UMLS release and store it in