mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
Facebook GitHub Bot
parent
e5b97777e3
commit
1b792a7f15
@ -49,4 +49,3 @@ class TensorRepr(gdb.Command):
|
||||
gdb.parse_and_eval('(void)free(%s)' % int(res))
|
||||
|
||||
TensorRepr()
|
||||
|
||||
|
Reference in New Issue
Block a user