run Isort on imported packages (#6138)

This commit is contained in:
Bahram Aghaei 2018-06-28 17:43:52 +00:00 committed by Brad Warren
parent 742a57722b
commit d00a31622d

View file

@ -2,8 +2,7 @@ import codecs
import os
import re
from setuptools import setup
from setuptools import find_packages
from setuptools import find_packages, setup
# Workaround for http://bugs.python.org/issue8876, see
# http://bugs.python.org/issue8876#msg208792