Order imports as suggested by PEP 8
This commit is contained in:
parent
99363c9089
commit
d9198d7872
5 changed files with 24 additions and 23 deletions
3
setup.py
3
setup.py
|
|
@ -18,7 +18,8 @@
|
|||
|
||||
import os
|
||||
import re
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
LONGDESC = """
|
||||
Scour is a SVG optimizer/sanitizer that can be used to produce SVGs for Web deployment.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue