deeplook / svglib

Read SVG files and convert them to other formats.
GNU Lesser General Public License v3.0
315 stars 80 forks source link

Remove u string prefixes #266

Closed morphonedev closed 3 years ago

morphonedev commented 3 years ago

Remove u''', since its not longer necessary in python 3.x

claudep commented 3 years ago

Please provide two different commits, one for imports and another one for the u prefix.

claudep commented 3 years ago

Fine, can you please squash the commits and set a commit message more appropriate to the changes?

And of course, the import sort stuff is valuable too (for another pull request), I just questioned the reformating of the shapes import line, which was not needed.