diff --git a/{{ cookiecutter.__project_name_kebab }}/.github/scripts/report_nightly_build_failure.py b/{{ cookiecutter.__project_name_kebab }}/.github/scripts/report_nightly_build_failure.py index 5656801..e903513 100644 --- a/{{ cookiecutter.__project_name_kebab }}/.github/scripts/report_nightly_build_failure.py +++ b/{{ cookiecutter.__project_name_kebab }}/.github/scripts/report_nightly_build_failure.py @@ -3,6 +3,7 @@ This reports an error to the #nightly-build-failures Slack channel. """ + import os import requests