Skip to content
Snippets Groups Projects
Commit b7f9bc36 authored by Sergey Sharybin's avatar Sergey Sharybin
Browse files

pep8 fix for svg importer

parent 8ead47d4
No related branches found
No related tags found
No related merge requests found
......@@ -790,7 +790,8 @@ class SVGGeometry:
__slots__ = ('_node', # XML node for geometry
'_context', # Global SVG context (holds matrices stack, i.e.)
'_creating') # Flag if geometry is already creating for this node
'_creating') # Flag if geometry is already creating
# for this node
# need to detect cycles for USE node
def __init__(self, node, context):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment