temp fix for flake8 error (#18788)

Summary:
Fix lint error
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18788

Reviewed By: houseroad

Differential Revision: D14741840

Pulled By: mingzhe09088

fbshipit-source-id: 1fa630e3c6e606e3d78fe8293e5b0e7ea1b78da3
This commit is contained in:
mingzhe0908
2019-04-02 22:49:49 -07:00
committed by Facebook Github Bot
parent 3079d95b6c
commit cb66759600

View File

@ -14,7 +14,7 @@ import caffe2.benchmarks.operator_benchmark.benchmark_caffe2
import caffe2.benchmarks.operator_benchmark.benchmark_pytorch
import caffe2.benchmarks.operator_benchmark.ops.add
import caffe2.benchmarks.operator_benchmark.ops.matmul
import caffe2.benchmarks.operator_benchmark.ops.matmul # noqa
"""Performance microbenchmarks's main binary.