- PEP8 changes and PyCharm suggestions

This commit is contained in:
Marius Stanciu
2020-11-12 20:47:43 +02:00
committed by Marius Stanciu
parent 9abe11ff42
commit dea7ce3028
63 changed files with 527 additions and 659 deletions

View File

@@ -5,7 +5,7 @@
# MIT Licence #
# ##########################################################
from shapely.geometry import LineString
from shapely.geometry import LineString, Point
from shapely.affinity import rotate
from ezdxf.math.vector import Vector as ezdxf_vector