From 0955278f73cf0a4f5b91a1bae5bb8b138b6a99d4 Mon Sep 17 00:00:00 2001 From: Andy Port Date: Tue, 21 Aug 2018 21:10:27 -0700 Subject: [PATCH] aesthetic cleanup --- svgpathtools/document.py | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/svgpathtools/document.py b/svgpathtools/document.py index cd40761..05e7200 100644 --- a/svgpathtools/document.py +++ b/svgpathtools/document.py @@ -147,14 +147,10 @@ def flatten_all_paths(group, group_filter=lambda x: True, return paths -def flatten_group( - group_to_flatten, - root, - recursive=True, - group_filter=lambda x: True, - path_filter=lambda x: True, - path_conversions=CONVERSIONS, - group_search_xpath=SVG_GROUP_TAG): +def flatten_group(group_to_flatten, root, recursive=True, + group_filter=lambda x: True, path_filter=lambda x: True, + path_conversions=CONVERSIONS, + group_search_xpath=SVG_GROUP_TAG): """Flatten all the paths in a specific group. The paths will be flattened into the 'root' frame. Note that root