From 166f1ec126a4e9ca715e0c3ecebd5b8186bb5569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarl=20Sondre=20S=C3=A6ther?= <60541573+jarlsondre@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:25:56 +0100 Subject: [PATCH] fix linting errors --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 0ce4e90c..dd373923 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -8,10 +8,10 @@ # -------------------------------------------------------------------------------------- import os +from pathlib import Path import pytest -from pathlib import Path @pytest.fixture def torch_env() -> str: