diff options
author | Thom Smith <thom@thomthesmith.com> | 2021-09-22 12:09:46 -0400 |
---|---|---|
committer | Thom Smith <thom@thomthesmith.com> | 2021-09-22 12:09:46 -0400 |
commit | 568c7753a474e25805d938ade221a1e2663e41d6 (patch) | |
tree | 094fcd11e81268bdd6a04cefd07101ec8290d2f1 | |
parent | 4da9932c24ad7c124e301b6825dccc4ccd5b30bf (diff) | |
download | pyyaml-git-fix-represent-enum.tar.gz |
Reword commentfix-represent-enum
-rw-r--r-- | tests/lib/test_constructor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_constructor.py b/tests/lib/test_constructor.py index 0a0650b..28987d2 100644 --- a/tests/lib/test_constructor.py +++ b/tests/lib/test_constructor.py @@ -5,7 +5,7 @@ import pprint 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): |