diff --git a/jaraco/path.py b/jaraco/path.py index dc9727f..7efa3d8 100644 --- a/jaraco/path.py +++ b/jaraco/path.py @@ -316,6 +316,6 @@ def _(content: bytes, path): path.write_bytes(content) -@create.register +@create.register # type: ignore[no-redef] def _(content: str, path): path.write_text(content)