Skip to content

Commit 57a07f0

Browse files
committed
remove print
1 parent 4547436 commit 57a07f0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.1.1 (2021-05-25)
2+
------------------
3+
- remove useless `print`
4+
15
1.1.0 (2021-05-07)
26
------------------
37
- update pre-commit config

python_seed/scripts/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def pyseed():
2929
def create(name, ci):
3030
"""Create new python seed skeleton."""
3131
template_dir = str(resources_files("python_seed") / "template" / "module")
32-
print(template_dir)
3332
shutil.copytree(template_dir, name)
3433

3534
if ci:

0 commit comments

Comments
 (0)