Skip to content

Commit

Permalink
[qa] Updated commit check sort
Browse files Browse the repository at this point in the history
  • Loading branch information
ppabcd committed Nov 21, 2018
1 parent d6ea58d commit 59c5813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commitCheck.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import os
import requests
import re
import sys

import requests

# Get Repo and Commit Sha
repo = sys.argv[1]
commit = sys.argv[2]
Expand Down

0 comments on commit 59c5813

Please sign in to comment.