Skip to content

Commit

Permalink
test: refactor imports and remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Dec 27, 2023
1 parent bcd9885 commit 637bd94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_cookiecutter_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
import re

import pytest
from cookiecutter.exceptions import FailedHookException
import sh
import yaml
from binaryornot.check import is_binary
from cookiecutter.exceptions import FailedHookException

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

0 comments on commit 637bd94

Please sign in to comment.