massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Send2Trash / send2trash / exceptions.pyi
1 class TrashPermissionError(PermissionError):
2     def __init__(self, filename) -> None: ...