From 5c8b7fcbbeb4af2d7e9f33e745a7863e401c2578 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 11 Nov 2025 13:38:47 +0000 Subject: [PATCH] Use stricter pyright config settings for all of `pytz` (#15014) --- pyrightconfig.stricter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index 4c9e369f0..2d158badd 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -80,7 +80,6 @@ "stubs/PyMySQL", "stubs/python-dateutil", "stubs/python-jose", - "stubs/pytz/pytz/lazy.pyi", "stubs/pywin32", "stubs/PyYAML", "stubs/reportlab",