Skip to content

Commit 58a7e6f

Browse files
committed
delint
1 parent fe15672 commit 58a7e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_object_actions/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_get_button_attrs_gets_set(self):
7676

7777
def test_get_button_attrs_custom_attrs_get_partitioned(self):
7878
mock_tool = type("mock_tool", (object,), {"attrs": {"nonstandard": "wombat"}})
79-
attrs, custom = self.instance._get_button_attrs(mock_tool)
79+
_attrs, custom = self.instance._get_button_attrs(mock_tool)
8080
self.assertEqual(custom["nonstandard"], "wombat")
8181

8282

0 commit comments

Comments
 (0)