From 9d02cd265d6ee2d72c73855fcbd2ec022f92bca6 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 28 Aug 2021 10:05:24 -0700 Subject: [PATCH] Remove leftover openssl-python in pyright configuration (#5976) The package was renamed in a98fceca2f6e6b9af84f467288a9e52d8c459417. --- pyrightconfig.json | 1 - pyrightconfig.stricter.json | 1 - 2 files changed, 2 deletions(-) diff --git a/pyrightconfig.json b/pyrightconfig.json index 77fdf8684..8d7d17d72 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -12,7 +12,6 @@ "stubs/futures", "stubs/ipaddress", "stubs/kazoo", - "stubs/openssl-python", "stubs/pathlib2", "stubs/pymssql", "stubs/scribe", diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index 5ae71309d..3b953fe55 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -13,7 +13,6 @@ "stubs/futures", "stubs/ipaddress", "stubs/kazoo", - "stubs/openssl-python", "stubs/pathlib2", "stubs/pymssql", "stubs/scribe",