From 6d13e7467c46cbed94dbb855d55806fb3050d2e9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:24:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 58f687fe..d81e21fc 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -11,7 +11,7 @@ from urllib.request import urlopen from uuid import uuid4 -from pytest import fixture, TempPathFactory +from pytest import TempPathFactory, fixture HERE = Path(__file__).parent RESOURCES = HERE / "resources"