Skip to content

Commit 3112239

Browse files
committed
!squash wip
1 parent 5f09a1b commit 3112239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/cli/test_add.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
import pytest
1010
import yaml
1111

12-
from vcspull.cli.add import add_repo, save_config_yaml
12+
from vcspull.cli.add import add_repo
1313
from vcspull.config import expand_dir
14+
from vcspull.tests.helpers import save_config_yaml
1415

1516
if t.TYPE_CHECKING:
1617
from _pytest.logging import LogCaptureFixture

0 commit comments

Comments
 (0)