mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-24 22:42:15 +00:00
[NFC] polish .github/workflows/scripts/generate_release_draft.py code style (#1855)
This commit is contained in:
parent
a3b1d07ca4
commit
e5b1a0c9be
@ -2,9 +2,10 @@
|
||||
# coding: utf-8
|
||||
|
||||
import argparse
|
||||
import requests
|
||||
import re
|
||||
import os
|
||||
import re
|
||||
|
||||
import requests
|
||||
|
||||
COMMIT_API = 'https://api.github.com/repos/hpcaitech/ColossalAI/commits'
|
||||
TAGS_API = 'https://api.github.com/repos/hpcaitech/ColossalAI/tags'
|
||||
|
Loading…
Reference in New Issue
Block a user