Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix import order to supress the setuptools warning; (#846)
setuptools warns that it should be imported before Distutils ``` site-packages/setuptools/distutils_patch.py:25: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools' objects directly or at least import Setuptools first. ```
- Loading branch information