diff options
author | 2023-11-08 21:54:40 -0800 | |
---|---|---|
committer | 2023-11-08 21:54:40 -0800 | |
commit | cb82c685127aee606413390ca68196012cac5979 (patch) | |
tree | 331224fae68b6a78856cdf38bac067ce180b3b61 /tests/test_helpers.py | |
parent | Bump ruff from 0.0.291 to 0.1.5 (diff) |
Appeased the linter
Diffstat (limited to 'tests/test_helpers.py')
-rw-r--r-- | tests/test_helpers.py | 1 |
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) |