Pyright can be stupid
This commit is contained in:
parent
87ed08e5cd
commit
714d5387f4
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ from typing import TypeVar, Type, Any
|
||||||
|
|
||||||
_T = TypeVar("_T")
|
_T = TypeVar("_T")
|
||||||
|
|
||||||
|
bbytes = bbytes
|
||||||
|
|
||||||
class bytes(bbytes):
|
class bytes(bbytes):
|
||||||
"""Local override of builtin bytes class to add "lazy_decode"
|
"""Local override of builtin bytes class to add "lazy_decode"
|
||||||
|
|
Loading…
Reference in a new issue