Skip to content

Commit 3167f0f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 594a89c commit 3167f0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_qtwidget.py

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def assert_call(self):
9090
assert_allclose(m.limits["a"], (-1, 0), atol=1e-5)
9191
assert_allclose(m.values, (0, 0), atol=1e-5)
9292

93-
9493
class Cost:
9594
def visualize(self, args):
9695
return plot(args)

0 commit comments

Comments
 (0)