From 2e1ada5f75b74ea181c786550e9e858c02c66547 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Tue, 9 May 2023 12:52:35 +0200 Subject: typing fixup --- testing/test_regressions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/test_regressions.py') diff --git a/testing/test_regressions.py b/testing/test_regressions.py index 018f37e..44cc3c0 100644 --- a/testing/test_regressions.py +++ b/testing/test_regressions.py @@ -90,7 +90,7 @@ def test_case_mismatch_on_windows_git(tmp_path: Path) -> None: def test_entrypoints_load() -> None: - d = distribution("setuptools-scm") # type: ignore [no-untyped-call] + d = distribution("setuptools-scm") eps = d.entry_points failed: list[tuple[EntryPoint, Exception]] = [] -- cgit v1.2.1