From 6eadca15146b6dc3e34ea8ba2b886e3ee63ea908 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Wed, 20 Feb 2019 23:37:00 +0100 Subject: Switch from import-order to isort --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 016e77d..5514b77 100755 --- a/setup.py +++ b/setup.py @@ -23,10 +23,12 @@ import os import sys -from setuptools import setup, find_packages + +from setuptools import find_packages, setup import stdnum + # fix permissions for sdist if 'sdist' in sys.argv: os.system('chmod -R a+rX .') -- cgit v1.2.3