Skip to content

Commit

Permalink
Merge pull request qiniu#292 from jemygraw/master
Browse files Browse the repository at this point in the history
remove unused import
  • Loading branch information
jemygraw authored Nov 3, 2017
2 parents d25ed4a + 6590288 commit c17e7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiniu/services/storage/upload_progress_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import json
import os
import tempfile
from qiniu.compat import is_py2, is_py3
from qiniu.compat import is_py2


class UploadProgressRecorder(object):
Expand Down

0 comments on commit c17e7ea

Please sign in to comment.