aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-11-09 10:10:38 +0000
committerGravatar GitHub <[email protected]>2023-11-09 10:10:38 +0000
commitf001f5463a4a50e85d912086ca6ac2e3afdfadd4 (patch)
tree331224fae68b6a78856cdf38bac067ce180b3b61 /tests/test_helpers.py
parentBump deepdiff from 6.6.1 to 6.7.0 (#2806) (diff)
parentAppeased the linter (diff)
Merge pull request #2807 from python-discord/dependabot/pip/ruff-0.1.5
Bump ruff from 0.0.291 to 0.1.5
Diffstat (limited to 'tests/test_helpers.py')
-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)