Pyright can be stupid

This commit is contained in:
Firepup Sixfifty 2023-11-15 16:34:12 -06:00
parent 87ed08e5cd
commit 714d5387f4
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

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