diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7eb9e81174..065e1ede74 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -80,7 +80,7 @@ body: Please run the following code snippet and paste the output here. ```python - from aeon.utils import show_versions; show_versions() + from aeon import show_versions; show_versions() ``` placeholder: |