Skip to content

Commit ba94923

Browse files
authored
Fix lint (#8935)
1 parent 57dc11e commit ba94923

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
@@ -2,11 +2,11 @@
22
import distutils.spawn
33
import glob
44
import os
5+
import shlex
56
import shutil
67
import subprocess
78
import sys
89
import warnings
9-
import shlex
1010
from pathlib import Path
1111

1212
import torch

0 commit comments

Comments
 (0)