diff options
| author | Simon Sawicki <contact@grub4k.xyz> | 2023-12-30 22:27:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-30 22:27:36 +0100 |
| commit | f9fb3ce86e3c6a0c3c33b45392b8d7288bceba76 (patch) | |
| tree | 4238cec16764841f1c61b4d8860b87615dfedd6b /devscripts/make_issue_template.py | |
| parent | 5f009a094f0e8450792b097c4c8273622778052d (diff) | |
[cleanup] Misc (#8598)
Authored by: bashonly, pukkandan, seproDev, Grub4K
Co-authored-by: bashonly <bashonly@protonmail.com>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
Diffstat (limited to 'devscripts/make_issue_template.py')
| -rw-r--r-- | devscripts/make_issue_template.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devscripts/make_issue_template.py b/devscripts/make_issue_template.py index 6c85e200f..a5d59f3c0 100644 --- a/devscripts/make_issue_template.py +++ b/devscripts/make_issue_template.py @@ -9,11 +9,7 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) import re -from devscripts.utils import ( - get_filename_args, - read_file, - write_file, -) +from devscripts.utils import get_filename_args, read_file, write_file VERBOSE_TMPL = ''' - type: checkboxes |
