We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6c38f commit 3a8e03fCopy full SHA for 3a8e03f
tests/builtins/test_utilities.py
@@ -17,7 +17,6 @@ def test_string_in_utility_builtins():
17
rstring.unexisting_attribute
18
except AttributeError as e:
19
assert e.obj is rstring
20
-
21
22
23
def test_math_in_utility_builtins():
0 commit comments