Skip to content

Commit 8c9bd48

Browse files
authored
[BugFix] Fix a build warning, setuptools/distutils import order (#307)
1 parent 701dfb7 commit 8c9bd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# LICENSE file in the root directory of this source tree.
55

66

7+
from setuptools import setup, find_packages
78
import distutils.command.clean
89
import glob
910
import os
1011
import shutil
1112
import subprocess
1213
from pathlib import Path
1314

14-
from setuptools import setup, find_packages
1515
from torch.utils.cpp_extension import (
1616
CppExtension,
1717
BuildExtension,

0 commit comments

Comments
 (0)