Skip to content

Commit f55423a

Browse files
authored
Remove unnecessary future imports from setup.py (#232)
Removed future imports that are no longer necessary. Signed-off-by: Justin Chu <[email protected]>
1 parent c23e9bf commit f55423a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Copyright (c) ONNX Project Contributors
22
#
33
# SPDX-License-Identifier: Apache-2.0
4-
5-
from __future__ import absolute_import
6-
from __future__ import division
7-
from __future__ import print_function
8-
from __future__ import unicode_literals
9-
104
from distutils import sysconfig, log
115
import setuptools
126
import setuptools.command.build_py

0 commit comments

Comments
 (0)