From 92792b0b4fec6bd5a9f73226808a452a0838f79e Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:29:10 +0900 Subject: [PATCH] chore: drop extraneous comment --- tests/test_config.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test_config.py b/tests/test_config.py index 72c0460..3beaf03 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -95,8 +95,3 @@ def test_missing_values(unset_values): j = convert.rc2json(unset_values) j = json.loads(j) assert j.keys() == config_boilerplate.keys() - - - - -# TODO: test that when a config file is created from scratch, it contains all values