From b7342d9fe2ccbee505f720337758c849381b4a34 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Thu, 15 Jul 2021 14:31:39 -0400 Subject: [PATCH] Don't need spacy --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index c005c85..130a88c 100644 --- a/.pylintrc +++ b/.pylintrc @@ -3,7 +3,7 @@ # A comma-separated list of package or module names from where C extensions may # be loaded. Extensions are loading into the active Python interpreter and may # run arbitrary code. -extension-pkg-whitelist=spacy, pydantic +extension-pkg-whitelist=pydantic # Add files or directories to the blacklist. They should be base names, not # paths.