From 8d7d14d8972ab9323d01a46313550d4a982e00f2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:39:41 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- testing/python/metafunc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/python/metafunc.py b/testing/python/metafunc.py index d5b648fde..9393c9727 100644 --- a/testing/python/metafunc.py +++ b/testing/python/metafunc.py @@ -23,6 +23,7 @@ from _pytest.pytester import Pytester from _pytest.python import Function from _pytest.python import IdMaker from _pytest.scope import Scope + # import hypothesis # from hypothesis import strategies