Sort import orders

This commit is contained in:
xatier
2019-05-27 01:37:40 -07:00
committed by Adrien Vergé
parent fec2c2fba7
commit 43c50379e0
4 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from setuptools import setup, find_packages
from setuptools import find_packages, setup
from yamllint import (__author__, __license__,
APP_NAME, APP_VERSION, APP_DESCRIPTION)