Run isort on setup.py

This commit is contained in:
Raphael Michel
2021-03-31 10:40:18 +02:00
parent a6d4e26a3b
commit 24e785089a
+1 -1
View File
@@ -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