Skip to content

Commit e87042e

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Fix lint (#8935)
Reviewed By: scotts Differential Revision: D77997072 fbshipit-source-id: 5db7190ade05af949b611bdf08f0ef08f26a3c4f
1 parent e3091ab commit e87042e

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)