Skip to content

Commit 33d7e75

Browse files
committed
pep8 E265
1 parent 3517753 commit 33d7e75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qiniu/test/io_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class TestUp(unittest.TestCase):
3636
def test(self):
3737
def test_put():
3838
key = "test_%s" % r(9)
39-
#params = "op=3"
39+
# params = "op=3"
4040
data = "hello bubby!"
4141
extra.check_crc = 2
4242
extra.crc32 = binascii.crc32(data) & 0xFFFFFFFF

qiniu/test/resumable_io_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_block(self):
3535
uptoken = policy.token()
3636
client = up.Client(uptoken)
3737

38-
#rets = [0, 0]
38+
# rets = [0, 0]
3939
data_slice_2 = "\nbye!"
4040
ret, err = resumable_io.mkblock(
4141
client, len(data_slice_2), data_slice_2)

0 commit comments

Comments
 (0)