Skip to content

Commit 3a8e03f

Browse files
committed
Make linter happy.
1 parent dc6c38f commit 3a8e03f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/builtins/test_utilities.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def test_string_in_utility_builtins():
1717
rstring.unexisting_attribute
1818
except AttributeError as e:
1919
assert e.obj is rstring
20-
2120

2221

2322
def test_math_in_utility_builtins():

0 commit comments

Comments
 (0)