Skip to content

Commit 43e31fc

Browse files
committed
Remove unneeded comment.
1 parent c90af27 commit 43e31fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def _test_as_bool(env_key, conf_key, default):
2222
(env_key, conf_key, "TRUE", True),
2323
(env_key, conf_key, "false", False),
2424
(env_key, conf_key, "FALSE", False),
25-
(env_key, conf_key, "1", True), # CHANGED
25+
(env_key, conf_key, "1", True),
2626
(env_key, conf_key, "0", False),
2727
(env_key, conf_key, "purple", False),
2828
)

0 commit comments

Comments
 (0)