mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish .github/workflows/scripts/generate_release_draft.py code style (#1855)
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