Skip to content

Commit 4941d67

Browse files
Remove duplicated comment in 'test_can_read_env_variable'
1 parent da6d63e commit 4941d67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/config/test_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ def test_can_read_toml_rich_types(tmp_path: PosixPath) -> None:
100100

101101

102102
def test_can_read_env_variable(tmp_path: PosixPath) -> None:
103-
# Check that we can read the "regular" INI .pylintrc file
104-
# if it has an environment variable.
105103
config_file = tmp_path / "pyproject.toml"
106104
config_file.write_text(
107105
"""

0 commit comments

Comments
 (0)