From ef47649927855526ee3492e9a8acd9d40f251069 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:07:06 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/tox_report/hooks.py | 1 + tests/test_tox_report.py | 1 + 2 files changed, 2 insertions(+) diff --git a/src/tox_report/hooks.py b/src/tox_report/hooks.py index 3da4a72..2ccd9d4 100644 --- a/src/tox_report/hooks.py +++ b/src/tox_report/hooks.py @@ -1,4 +1,5 @@ """Tox hook implementations.""" + import io import os diff --git a/tests/test_tox_report.py b/tests/test_tox_report.py index eb06e34..e7cb645 100644 --- a/tests/test_tox_report.py +++ b/tests/test_tox_report.py @@ -1,4 +1,5 @@ """Tests for tox-report.""" + import types