From ef1836c18ba8f7b7fd22d33fab7dc6c8288dbd5d Mon Sep 17 00:00:00 2001 From: aardschok Date: Tue, 27 Jun 2017 13:57:21 +0200 Subject: [PATCH] cosmetics --- colorbleed/plugins/maya/publish/collect_look.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/colorbleed/plugins/maya/publish/collect_look.py b/colorbleed/plugins/maya/publish/collect_look.py index 81caa78c3a..e72df4bd24 100644 --- a/colorbleed/plugins/maya/publish/collect_look.py +++ b/colorbleed/plugins/maya/publish/collect_look.py @@ -243,6 +243,3 @@ class CollectLook(pyblish.api.InstancePlugin): member_data["components"] = components return member_data - - -