Skip to content

Commit

Permalink
Make linter happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Sep 30, 2024
1 parent dc6c38f commit 3a8e03f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/builtins/test_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def test_string_in_utility_builtins():
rstring.unexisting_attribute
except AttributeError as e:
assert e.obj is rstring



def test_math_in_utility_builtins():
Expand Down

0 comments on commit 3a8e03f

Please sign in to comment.