From fef3a835cf194466080611cbb091efbcd6dd8217 Mon Sep 17 00:00:00 2001 From: Yousefnezhad Date: Mon, 12 May 2025 13:43:22 +0330 Subject: [PATCH] Fix E302: add 2 blank lines before top-level function --- tests/unit/plugins/modules/test_nfs_exports_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/plugins/modules/test_nfs_exports_info.py b/tests/unit/plugins/modules/test_nfs_exports_info.py index 1bf6772aa5..7eedca54ac 100644 --- a/tests/unit/plugins/modules/test_nfs_exports_info.py +++ b/tests/unit/plugins/modules/test_nfs_exports_info.py @@ -5,6 +5,7 @@ import pytest from unittest.mock import mock_open, patch, MagicMock from nfs_exports_info import get_exports + @pytest.fixture def fake_exports_content(): return """