Skip to content

Commit 646feeb

Browse files
authored
Remove TODO
1 parent cef2a41 commit 646feeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_bool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ def test_convert(self):
170170
self.assertIs(bool(""), False)
171171
self.assertIs(bool(), False)
172172

173-
# TODO: RUSTPYTHON
174173
def test_keyword_args(self):
175174
with self.assertRaisesRegex(TypeError, 'keyword argument'):
176175
bool(x=10)

0 commit comments

Comments
 (0)