From b7f9bc369f4c4d68e9f917be511a2543fda07049 Mon Sep 17 00:00:00 2001
From: Sergey Sharybin <sergey.vfx@gmail.com>
Date: Mon, 21 Feb 2011 21:55:05 +0000
Subject: [PATCH] pep8 fix for svg importer

---
 io_curve_svg/import_svg.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/io_curve_svg/import_svg.py b/io_curve_svg/import_svg.py
index bab8d0f9b..19cd5d5d6 100644
--- a/io_curve_svg/import_svg.py
+++ b/io_curve_svg/import_svg.py
@@ -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):
-- 
GitLab