From 24747c7a3ce510271c8a427ea276432c03cc6c26 Mon Sep 17 00:00:00 2001 From: tbanevicius Date: Mon, 21 Mar 2022 13:49:16 +0200 Subject: [PATCH] [IMP] module_auto_update: Improved README.rst sample_module was identified as a real module in pylint + pre-commit. Updated README.rst --- module_auto_update/tests/sample_module/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_auto_update/tests/sample_module/README.rst b/module_auto_update/tests/sample_module/README.rst index 048382e52..e7d1726ca 100644 --- a/module_auto_update/tests/sample_module/README.rst +++ b/module_auto_update/tests/sample_module/README.rst @@ -1 +1 @@ -Test data for addon_hash module. +Sample module for tests addon_hash module.