Skip to content

Commit 778268f

Browse files
committed
remove useless err
1 parent cb1bcd7 commit 778268f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qiniu/test/io_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def test_put_quote_key():
6363
data = r(100)
6464
key = 'a\\b\\c"你好' + r(9)
6565
ret, err = io.put(policy.token(), key, data)
66-
print err
6766
assert err is None
6867
assert ret['key'].encode('utf8') == key
6968

0 commit comments

Comments
 (0)