From 24e785089a523b9fa9469982c22202b32e721507 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 31 Mar 2021 10:40:18 +0200 Subject: [PATCH] Run isort on setup.py --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 48024a442..92b6fb307 100644 --- a/src/setup.py +++ b/src/setup.py @@ -1,11 +1,11 @@ import os +import subprocess import sys from codecs import open from distutils.command.build import build from distutils.command.build_ext import build_ext from distutils.dir_util import copy_tree from os import path -import subprocess from setuptools import find_packages, setup