mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/138454 Approved by: https://github.com/eellison
6 lines
226 B
Plaintext
6 lines
226 B
Plaintext
tools/test/set_linter_testdata/includes_doesnt_change.py.txt:24:21: Builtin `set` is deprecated
|
|
22 |
|
|
23 | class BaseListVariable(VariableTrackerContainer):
|
|
24 | our_container = set
|
|
^^^
|