From 33b08cb3d7779b6850c28ed9088adb292025bdba Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 28 Aug 2021 08:29:40 -0700 Subject: [PATCH] Remove leftover pyright tornado configuration (#5974) tornado was removed in 5a7f25584ed720be571879b5aa416f5dde6fcf46. --- pyrightconfig.json | 1 - pyrightconfig.stricter.json | 1 - 2 files changed, 2 deletions(-) diff --git a/pyrightconfig.json b/pyrightconfig.json index 6aa021cac..77fdf8684 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -16,7 +16,6 @@ "stubs/pathlib2", "stubs/pymssql", "stubs/scribe", - "stubs/tornado" ], "typeCheckingMode": "basic", "strictListInference": true, diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index 6bd56fe9c..5ae71309d 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -17,7 +17,6 @@ "stubs/pathlib2", "stubs/pymssql", "stubs/scribe", - "stubs/tornado", // Modules that are incomplete in some way. "stdlib/distutils/command", "stdlib/lib2to3/refactor.pyi",