Skip to content

Commit

Permalink
Drop unused imports from leftovers (pytorch#49953)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#49953

From
```
./python/libcst/libcst codemod remove_unused_imports.RemoveUnusedImportsWithGlean --no-format caffe2/
```

Test Plan: Standard sandcastle tests

Reviewed By: xush6528

Differential Revision: D25727348

fbshipit-source-id: b3feef80b9b4b535f1bd4060dace5b1a50bd5e69
  • Loading branch information
r-barnes authored and facebook-github-bot committed Jan 5, 2021
1 parent 5acb1cc commit a5339b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
python_min_version_str))
sys.exit(-1)

from setuptools import setup, Extension, distutils, find_packages
from setuptools import setup, Extension, find_packages
from collections import defaultdict
from distutils import core
from distutils.core import Distribution
Expand Down
1 change: 0 additions & 1 deletion tools/setup_helpers/cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import re
from subprocess import check_call, check_output
import sys
import distutils
import distutils.sysconfig
from distutils.version import LooseVersion

Expand Down

0 comments on commit a5339b9

Please sign in to comment.