Unverified Commit e5b1a0c9 authored by Ofey Chan's avatar Ofey Chan Committed by GitHub
Browse files

[NFC] polish .github/workflows/scripts/generate_release_draft.py code style (#1855)

parent a3b1d07c
...@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment