diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-04-17 22:48:50 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-05-21 16:01:53 +0530 |
commit | c487cf00101525ff836d59a2a42ef63e85ea9556 (patch) | |
tree | 65a5eb466f3d42e9da24cf6af5202876b6af6b0f /devscripts/make_issue_template.py | |
parent | 415f8d51a8f3565d7a1d4a8188511e7ad68514c7 (diff) | |
download | hypervideo-pre-c487cf00101525ff836d59a2a42ef63e85ea9556.tar.lz hypervideo-pre-c487cf00101525ff836d59a2a42ef63e85ea9556.tar.xz hypervideo-pre-c487cf00101525ff836d59a2a42ef63e85ea9556.zip |
[cleanup] Misc
Diffstat (limited to 'devscripts/make_issue_template.py')
-rw-r--r-- | devscripts/make_issue_template.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devscripts/make_issue_template.py b/devscripts/make_issue_template.py index 811a3e9b5..5a309008e 100644 --- a/devscripts/make_issue_template.py +++ b/devscripts/make_issue_template.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -import io import optparse |