Skip to content

Commit 20ac736

Browse files
zasdfgbnmfacebook-github-bot
authored andcommittedSep 16, 2020
Remove py2 compatible future imports (pytorch#44735)
Summary: Pull Request resolved: pytorch#44735 Reviewed By: mruberry Differential Revision: D23731306 Pulled By: ezyang fbshipit-source-id: 0ba009a99e475ddbe22981be8ac636f8a1c8b02f
1 parent 6debe82 commit 20ac736

File tree

182 files changed

+0
-493
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+0
-493
lines changed
 

‎.jenkins/pytorch/win-test-helpers/run_python_nn_smoketests.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env python
22

3-
from __future__ import print_function
4-
53
import subprocess
64
import os
75

‎aten/src/ATen/native/quantized/cpu/qnnpack/generate-wrapper.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from __future__ import print_function
21
import os
32

43

0 commit comments

Comments
 (0)