Fix Flake8 (#54540)

Summary:
https://github.com/pytorch/pytorch/issues/54339 broke Flake8. This PR fixes it.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/54540

Test Plan:
```
flake8
```

Reviewed By: walterddr

Differential Revision: D27274171

Pulled By: samestep

fbshipit-source-id: 4b440d72b4b5615f45e6fcb25f7a4c0423add272
This commit is contained in:
Sam Estep
2021-03-23 13:47:54 -07:00
committed by Facebook GitHub Bot
parent e5b97777e3
commit 1b792a7f15

View File

@ -49,4 +49,3 @@ class TensorRepr(gdb.Command):
gdb.parse_and_eval('(void)free(%s)' % int(res))
TensorRepr()