Skip to content

Commit

Permalink
hotfix: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
xuechunL committed May 6, 2019
1 parent 03691b1 commit 9ce2867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import sys
import os
from qiniu import Auth, put_file, etag, urlsafe_base64_encode
import qiniu.config from qiniu.compat import is_py2, is_py3
import qiniu.config
from qiniu.compat import is_py2, is_py3


ACCESS_KEY = os.getenv('QINIU_ACCESS_KEY')
Expand Down

0 comments on commit 9ce2867

Please sign in to comment.