Skip to content

Commit 3192622

Browse files
committed
Remove comment
1 parent 036a791 commit 3192622

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_bytes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,6 @@ def g():
14391439
alloc = b.__alloc__()
14401440
self.assertGreater(alloc, len(b))
14411441

1442-
# @unittest.skip("TODO: RUSTPYTHON")
14431442
def test_extend(self):
14441443
orig = b'hello'
14451444
a = bytearray(orig)

0 commit comments

Comments
 (0)