Skip to content

Commit 4d7b387

Browse files
committed
```
refactor: remove unused file_contains_text import from test_cookiecutter.py ```
1 parent 7c1b9c1 commit 4d7b387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cookiecutter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import shlex
55
import subprocess
66

7-
from tests.utils import file_contains_text, is_valid_yaml, run_within_dir
7+
from tests.utils import is_valid_yaml, run_within_dir
88

99

1010
def test_bake_project(cookies):

0 commit comments

Comments
 (0)