Browse Source

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

pull/1865/head
Ofey Chan 2 years ago committed by GitHub
parent
commit
e5b1a0c9be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/scripts/generate_release_draft.py

5
.github/workflows/scripts/generate_release_draft.py

@ -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…
Cancel
Save