Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 19, 2024
1 parent 594a89c commit 3167f0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_qtwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def assert_call(self):
assert_allclose(m.limits["a"], (-1, 0), atol=1e-5)
assert_allclose(m.values, (0, 0), atol=1e-5)


class Cost:
def visualize(self, args):
return plot(args)
Expand Down

0 comments on commit 3167f0f

Please sign in to comment.