[quant] Removing unnecessary import from torch/quantization/quantize.py (#64910)
authorZafar Takhirov <zaf@fb.com>
Wed, 15 Sep 2021 16:37:36 +0000 (09:37 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 15 Sep 2021 16:39:04 +0000 (09:39 -0700)
commit0f1bccb6928037ca1d1751d62b099016fab0e792
tree0851902105726ff221e1f01436042eff20482a09
parent3fb33b38b9edfb294b32b61e6c6133822e48f215
[quant] Removing unnecessary import from torch/quantization/quantize.py (#64910)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64910

This bled through from the original location. Removing it is not just refactoring, but also prevents potential recursive imports.
ghstack-source-id: 138112663

Test Plan: `buck test mode/dev //caffe2/test:quantization`

Reviewed By: vkuzo

Differential Revision: D30882924

fbshipit-source-id: 8652a334a5186c635761ea5e50f978d1f1078c12
torch/quantization/quantize.py