From ce37d399119f0eb2e4d8e9353324abe62bec3346 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 00:30:08 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_linter_pickle.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/test_linter_pickle.py b/tests/test_linter_pickle.py index e0dab37..d847e9c 100644 --- a/tests/test_linter_pickle.py +++ b/tests/test_linter_pickle.py @@ -6,12 +6,10 @@ from pylint_plugin_utils import augment_visit, suppress_message -def fake_augmentation_func(*args, **kwargs): - ... +def fake_augmentation_func(*args, **kwargs): ... -def fake_suppress_func(*args, **kwargs): - ... +def fake_suppress_func(*args, **kwargs): ... def test_linter_should_be_pickleable(linter):