Skip to content

Commit 6590288

Browse files
committed
remove unused import
1 parent 850eb13 commit 6590288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiniu/services/storage/upload_progress_recorder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import json
55
import os
66
import tempfile
7-
from qiniu.compat import is_py2, is_py3
7+
from qiniu.compat import is_py2
88

99

1010
class UploadProgressRecorder(object):

0 commit comments

Comments
 (0)