From 714d5387f41b83bb96432fe9793c42232c937d1a Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Wed, 15 Nov 2023 16:34:12 -0600 Subject: [PATCH] Pyright can be stupid --- overrides.py | 1 + 1 file changed, 1 insertion(+) diff --git a/overrides.py b/overrides.py index 0c71957..2f8c810 100644 --- a/overrides.py +++ b/overrides.py @@ -4,6 +4,7 @@ from typing import TypeVar, Type, Any _T = TypeVar("_T") +bbytes = bbytes class bytes(bbytes): """Local override of builtin bytes class to add "lazy_decode"