aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2023-11-08 21:54:40 -0800
committerGravatar Xithrius <[email protected]>2023-11-08 21:54:40 -0800
commitcb82c685127aee606413390ca68196012cac5979 (patch)
tree331224fae68b6a78856cdf38bac067ce180b3b61 /tests
parentBump ruff from 0.0.291 to 0.1.5 (diff)
Appeased the linter
Diffstat (limited to 'tests')
-rw-r--r--tests/test_helpers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_helpers.py b/tests/test_helpers.py
index fa7d0eb44..3d4cb09e7 100644
--- a/tests/test_helpers.py
+++ b/tests/test_helpers.py
@@ -316,7 +316,6 @@ class MockObjectTests(unittest.TestCase):
class MyMock(helpers.CustomMockMixin, unittest.mock.MagicMock):
child_mock_type = unittest.mock.MagicMock
- pass
mock = MyMock()
unittest.mock.seal(mock)