run Isort on imported packages (#6138)

This commit is contained in:
Bahram Aghaei
2018-06-28 10:43:52 -07:00
committed by Brad Warren
parent 742a57722b
commit d00a31622d
+1 -2
View File
@@ -2,8 +2,7 @@ import codecs
import os import os
import re import re
from setuptools import setup from setuptools import find_packages, setup
from setuptools import find_packages
# Workaround for http://bugs.python.org/issue8876, see # Workaround for http://bugs.python.org/issue8876, see
# http://bugs.python.org/issue8876#msg208792 # http://bugs.python.org/issue8876#msg208792