Skip to content

Commit 565e868

Browse files
authored
fix sort order (#308)
1 parent 8c9bd48 commit 565e868

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
87
import distutils.command.clean
98
import glob
109
import os
1110
import shutil
1211
import subprocess
1312
from pathlib import Path
1413

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

0 commit comments

Comments
 (0)