diff --git a/tests/unit_tests/commands/export_test.py b/tests/unit_tests/commands/export_test.py index d89d2a78689..a7c0f734eda 100644 --- a/tests/unit_tests/commands/export_test.py +++ b/tests/unit_tests/commands/export_test.py @@ -118,7 +118,7 @@ def test_export_assets_command(mocker: MockerFixture) -> None: ] -@pytest.fixture() +@pytest.fixture # noqa: PT001 def mock_export_tags_command_charts_dashboards(mocker): export_tags = mocker.patch("superset.commands.tag.export.ExportTagsCommand")