Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
e5b1a0c9
Unverified
Commit
e5b1a0c9
authored
Nov 09, 2022
by
Ofey Chan
Committed by
GitHub
Nov 09, 2022
Browse files
[NFC] polish .github/workflows/scripts/generate_release_draft.py code style (#1855)
parent
a3b1d07c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.github/workflows/scripts/generate_release_draft.py
.github/workflows/scripts/generate_release_draft.py
+3
-2
No files found.
.github/workflows/scripts/generate_release_draft.py
View file @
e5b1a0c9
...
@@ -2,9 +2,10 @@
...
@@ -2,9 +2,10 @@
# coding: utf-8
# coding: utf-8
import
argparse
import
argparse
import
requests
import
re
import
os
import
os
import
re
import
requests
COMMIT_API
=
'https://api.github.com/repos/hpcaitech/ColossalAI/commits'
COMMIT_API
=
'https://api.github.com/repos/hpcaitech/ColossalAI/commits'
TAGS_API
=
'https://api.github.com/repos/hpcaitech/ColossalAI/tags'
TAGS_API
=
'https://api.github.com/repos/hpcaitech/ColossalAI/tags'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment