Skip to content

Commit 637bd94

Browse files
committed
test: refactor imports and remove unnecessary code
1 parent bcd9885 commit 637bd94

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_cookiecutter_generation.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
import re
33

44
import pytest
5-
from cookiecutter.exceptions import FailedHookException
6-
import sh
7-
import yaml
85
from binaryornot.check import is_binary
6+
from cookiecutter.exceptions import FailedHookException
97

108
PATTERN = r"{{(\s?cookiecutter)[.](.*?)}}"
119
RE_OBJ = re.compile(PATTERN)

0 commit comments

Comments
 (0)