Skip to content

Commit 2da623e

Browse files
committed
remove todo comment
1 parent 194fa51 commit 2da623e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_dictviews.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def test_dict_items(self):
6060
e["a"] = "def"
6161
self.assertNotEqual(d.items(), e.items())
6262

63-
# TODO: RUSTPYTHON
6463
def test_dict_mixed_keys_items(self):
6564
d = {(1, 1): 11, (2, 2): 22}
6665
e = {1: 1, 2: 2}

0 commit comments

Comments
 (0)