Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Nov 10, 2024
1 parent 10a354b commit 41ddf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41ddf53

Please sign in to comment.