From 568c7753a474e25805d938ade221a1e2663e41d6 Mon Sep 17 00:00:00 2001 From: Thom Smith Date: Wed, 22 Sep 2021 12:09:46 -0400 Subject: [PATCH] Reword comment --- tests/lib/test_constructor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/test_constructor.py b/tests/lib/test_constructor.py index 0a0650b3..28987d29 100644 --- a/tests/lib/test_constructor.py +++ b/tests/lib/test_constructor.py @@ -5,7 +5,7 @@ import datetime import yaml.tokens -# Used in the construct-python-name-module test. +# Import any packages here that need to be referenced in .code files. import signal def execute(code):