"...gpt2/git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "f3802d6b06c4bb8e55b6d27fc958618f8cd4876a"
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 @@
# 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'
......
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