From 41ddf53b885b081341af4e6ac8d27c522b588200 Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:33:36 +0000 Subject: [PATCH] fixup --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 72b2767f..377096c8 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -3,10 +3,10 @@ import shutil import sys from pathlib import Path +from shutil import copytree # pylint: disable=E0611,W4901 from typing import TYPE_CHECKING, Iterator import pytest -from shutils import copytree # pylint: disable=E0611,W4901 if TYPE_CHECKING: from py._path.local import LocalPath