From 93a77264a1ed6a554a185a50b4a5b6aca8a41d26 Mon Sep 17 00:00:00 2001 From: nachollorca Date: Mon, 8 May 2023 18:08:30 +0200 Subject: [PATCH] Correct linting errors in `read_umls_concepts()` --- scispacy/umls_utils.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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