Skip to content

Commit 64a918b

Browse files
committed
.
1 parent 73743ec commit 64a918b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/confcom/azext_confcom/tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
# --------------------------------------------------------------------------------------------
55

66
import importlib
7-
from pathlib import Path
87
import subprocess
98
import tempfile
109
import pytest
1110
import sys
1211
import shutil
1312

13+
from pathlib import Path
14+
1415

1516
# This fixture ensures tests are run against final built wheels of the extension
1617
# instead of the unbuilt local code, which may have breaking differences with

0 commit comments

Comments
 (0)