From ade6b2c17f53f6587c887fc1abb0c4779ba6aa7d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:56:13 +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