diff --git a/{{ cookiecutter.project_slug }}/tests/__init__.py b/{{ cookiecutter.project_slug }}/tests/__init__.py index 76d8514..f513847 100644 --- a/{{ cookiecutter.project_slug }}/tests/__init__.py +++ b/{{ cookiecutter.project_slug }}/tests/__init__.py @@ -1,6 +1 @@ """Unit tests for MyProject.""" - -from logging import getLogger - -# Disable flake8 logger as it can be rather verbose -getLogger("flake8").propagate = False