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",