Skip to content

Commit ba64ce9

Browse files
authored
Import Path from _pytest.pathlib (#3)
Import Path from _pytest.pathlib
2 parents 22f5a92 + 4df7083 commit ba64ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_reportlog/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import json
2-
from pathlib import Path
2+
from _pytest.pathlib import Path
33

44
import pytest
55

0 commit comments

Comments
 (0)