Skip to content

Commit

Permalink
Correct linting errors in read_umls_concepts()
Browse files Browse the repository at this point in the history
  • Loading branch information
nachollorca authored May 8, 2023
1 parent ea1fcc1 commit 93a7726
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scispacy/umls_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93a7726

Please sign in to comment.