Fix B902 lint error: invalid first argument. (#18181)
authorEdward Yang <ezyang@fb.com>
Thu, 21 Mar 2019 16:06:30 +0000 (09:06 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 21 Mar 2019 16:10:28 +0000 (09:10 -0700)
commitba81074c4088f9b9445ca4d3f2a9463afab4845c
tree7a295fe99ade67636e4b7d8b5b03515c346e9569
parent0654c7d4a7833932b51d6daa532117247347a731
Fix B902 lint error: invalid first argument. (#18181)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18181
ghimport-source-id: 9c23551584a1a1b0b7ac246367f3a7ae1c50b315

Stack from [ghstack](https://github.com/ezyang/ghstack):
* #18184 Fix B903 lint: save memory for data classes with slots/namedtuple
* **#18181 Fix B902 lint error: invalid first argument.**
* #18178 Fix B006 lint errors: using mutable structure in default argument.
* #18177 Fix lstrip bug revealed by B005 lint

A variety of sins were committed:
- Some code was dead
- Some code was actually a staticmethod
- Some code just named it the wrong way
- Some code was purposely testing the omitted case

Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Differential Revision: D14530876

fbshipit-source-id: 292a371d9a76ddc7bfcfd38b6f0da9165290a58e
.flake8
test/onnx/verify.py
test/test_jit.py
test/test_multiprocessing.py
test/test_nn.py
test/test_torch.py
torch/autograd/variable.py
torch/jit/__init__.py