From 89dd6415064e2afcfa6a3d1ad8820a64e51f3066 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 18 Jun 2019 09:10:56 +0200 Subject: [PATCH] Fix python file doc --- tracetools_test/tracetools_test/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracetools_test/tracetools_test/utils.py b/tracetools_test/tracetools_test/utils.py index a830737..adbb7f7 100644 --- a/tracetools_test/tracetools_test/utils.py +++ b/tracetools_test/tracetools_test/utils.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Utils for tracetools_test +"""Utils for tracetools_test.""" import shutil import time