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 - - -