Skip to content
Snippets Groups Projects
Commit 019dd8af authored by Martin's avatar Martin Committed by Claudiu Popa
Browse files

Remove forgotten TODO (#1735)

parent 915f16ec
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -107,7 +107,7 @@ class StdlibChecker(BaseChecker):
'The warning is emitted when a threading.Thread class '
'is instantiated without the target function being passed. '
'By default, the first parameter is the group param, not the target param. '),
'W1507': ('Using copy.copy(os.environ). Use os.environ.copy() ' # TODO: number
'W1507': ('Using copy.copy(os.environ). Use os.environ.copy() '
'instead. ',
'shallow-copy-environ',
'os.environ is not a dict object but proxy object, so '
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment