Remove py2 compatible future imports (#44735)

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

Reviewed By: mruberry

Differential Revision: D23731306

Pulled By: ezyang

fbshipit-source-id: 0ba009a99e475ddbe22981be8ac636f8a1c8b02f
This commit is contained in:
Xiang Gao
2020-09-16 12:48:58 -07:00
committed by Facebook GitHub Bot
parent 6debe825be
commit 20ac736200
182 changed files with 0 additions and 493 deletions

View File

@ -1,5 +1,3 @@
from __future__ import division
import unittest
import torch