Fix lint errors introduced in pytorch/pytorch@ceece5d (#16454)
authorJunjie Bai <bai@in.tum.de>
Mon, 28 Jan 2019 19:10:18 +0000 (11:10 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 28 Jan 2019 19:29:11 +0000 (11:29 -0800)
commit17d781857894db9a268728990b91f11e3751ddb8
tree2f068cffbad01fbd6427607e9309d81420c0d15a
parent17e3ab957aa6d493582572eb4a2b9c6712797b8a
Fix lint errors introduced in pytorch/pytorch@ceece5d (#16454)

Summary:
ifedan

```
./test/common_utils.py:748:1: E302 expected 2 blank lines, found 1
./test/test_torch.py:1235:5: E303 too many blank lines (2)
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16454

Differential Revision: D13844905

Pulled By: bddppq

fbshipit-source-id: 3dc7c740d86310a8efc9864d7c7798fda8257a21
test/common_utils.py
test/test_torch.py