Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 91ea74e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a098da9 commit 91ea74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools_golang.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def handle_remove_readonly(
4545

4646

4747
@contextlib.contextmanager
48-
def _tmpdir() -> Generator[str, None, None]:
48+
def _tmpdir() -> Generator[str]:
4949
tempdir = tempfile.mkdtemp()
5050
try:
5151
yield tempdir

0 commit comments

Comments
 (0)