Restored blank line

This commit is contained in:
Andrew Murray 2025-01-27 15:02:02 +11:00
parent 09a9ee83cd
commit 3f506ed88b

View File

@ -49,4 +49,5 @@ class SupportsRead(Protocol[_T_co]):
StrOrBytesPath = Union[str, bytes, os.PathLike[str], os.PathLike[bytes]]
__all__ = ["Buffer", "IntegralLike", "StrOrBytesPath", "SupportsRead", "TypeGuard"]