Skip to content

Commit

Permalink
Fix bug_report.yml template show_versions (#2321)
Browse files Browse the repository at this point in the history
The `show_versions()`-utility is in the package `aeon` or `aeon.utils._maint` and cannot be imported from `aeon.utils`. This fixes the template to import from `aeon`.

Co-authored-by: Sebastian Schmidl <[email protected]>
  • Loading branch information
SebastianSchmidl and Sebastian Schmidl authored Nov 10, 2024
1 parent fbe83f9 commit 4bf1b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
<details>
Expand Down

0 comments on commit 4bf1b4a

Please sign in to comment.