From 377b7f3b76d56375a4eec8c9edbd9e1fa03045c4 Mon Sep 17 00:00:00 2001 From: AlanBogarin Date: Thu, 5 Dec 2024 20:22:43 -0300 Subject: [PATCH] Update CHANGES/10099.bugfix.rst Co-authored-by: Sam Bull --- CHANGES/10099.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/10099.bugfix.rst b/CHANGES/10099.bugfix.rst index ac8e9b26f60..718420a6ad5 100644 --- a/CHANGES/10099.bugfix.rst +++ b/CHANGES/10099.bugfix.rst @@ -1 +1 @@ -Fixed unknown `SSLContext` symbol for type checkers +Fixed type of ``SSLContext`` for some static type checkers (e.g. pyright).