From e0c4e3cdff061af9826339efebd0c8f80c92ae29 Mon Sep 17 00:00:00 2001 From: Yousefnezhad Date: Mon, 12 May 2025 12:56:32 +0330 Subject: [PATCH] add line at the end of file --- plugins/modules/nfs_exports_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/nfs_exports_info.py b/plugins/modules/nfs_exports_info.py index 8a671f550c..b650780e2a 100644 --- a/plugins/modules/nfs_exports_info.py +++ b/plugins/modules/nfs_exports_info.py @@ -129,4 +129,4 @@ def main(): if __name__ == '__main__': main() -__all__ = ['get_exports'] \ No newline at end of file +__all__ = ['get_exports']