Skip to content

Commit 6d69d2e

Browse files
committed
test plugin
1 parent c711c8d commit 6d69d2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_pytest_plugin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
from __future__ import annotations
44

5-
import pathlib
65
import textwrap
76
import time
87
import typing as t
98

109
if t.TYPE_CHECKING:
10+
import pathlib
11+
1112
import pytest
1213

1314

0 commit comments

Comments
 (0)