From 12fedcc3fa4f2ee026867c55f535d081209d6cfc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:00:35 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- mypy/test/testreports.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mypy/test/testreports.py b/mypy/test/testreports.py index ff6bf338752b..f638756ad819 100644 --- a/mypy/test/testreports.py +++ b/mypy/test/testreports.py @@ -2,10 +2,9 @@ from __future__ import annotations -import tempfile import textwrap -from mypy.report import CoberturaPackage, CoberturaXmlReporter, Reports, get_line_rate +from mypy.report import CoberturaPackage, get_line_rate from mypy.test.helpers import Suite, assert_equal try: