Skip to content

Commit 019dd8a

Browse files
MartinBastiPCManticore
authored andcommitted
Remove forgotten TODO (#1735)
This TODO was resolved in: #1733 (review) Resolves: #1301
1 parent 915f16e commit 019dd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/checkers/stdlib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class StdlibChecker(BaseChecker):
107107
'The warning is emitted when a threading.Thread class '
108108
'is instantiated without the target function being passed. '
109109
'By default, the first parameter is the group param, not the target param. '),
110-
'W1507': ('Using copy.copy(os.environ). Use os.environ.copy() ' # TODO: number
110+
'W1507': ('Using copy.copy(os.environ). Use os.environ.copy() '
111111
'instead. ',
112112
'shallow-copy-environ',
113113
'os.environ is not a dict object but proxy object, so '

0 commit comments

Comments
 (0)