From fc5073e341afeae4e1318618a8e531db53457b98 Mon Sep 17 00:00:00 2001 From: Yousefnezhad Date: Tue, 13 May 2025 08:17:25 +0330 Subject: [PATCH] blank line at end of file --- tests/unit/plugins/modules/test_nfs_exports_info.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/plugins/modules/test_nfs_exports_info.py b/tests/unit/plugins/modules/test_nfs_exports_info.py index ba2372b820..2acc5381f3 100644 --- a/tests/unit/plugins/modules/test_nfs_exports_info.py +++ b/tests/unit/plugins/modules/test_nfs_exports_info.py @@ -63,4 +63,3 @@ def test_get_exports_shares_per_ip(fake_exports_content): assert result['exports_info'] == expected assert result['file_digest'] == "fake_sha1_digest" -