From 093fa1825c6d4a162e77fd3b6880c8cf8fe84b3b Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 5 Nov 2020 10:35:15 +0100 Subject: [PATCH] remove invalid docstring --- pype/plugins/tvpaint/create/create_beauty.py | 2 -- pype/plugins/tvpaint/create/create_review.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/pype/plugins/tvpaint/create/create_beauty.py b/pype/plugins/tvpaint/create/create_beauty.py index dd08c1a0d2..a838c2a5c9 100644 --- a/pype/plugins/tvpaint/create/create_beauty.py +++ b/pype/plugins/tvpaint/create/create_beauty.py @@ -3,8 +3,6 @@ from avalon.tvpaint import pipeline, lib class CreateBeauty(pipeline.TVPaintCreator): - """Arnold Archive""" - name = "beauty" label = "Beauty" family = "renderLayer" diff --git a/pype/plugins/tvpaint/create/create_review.py b/pype/plugins/tvpaint/create/create_review.py index 567ab10f42..279e03caea 100644 --- a/pype/plugins/tvpaint/create/create_review.py +++ b/pype/plugins/tvpaint/create/create_review.py @@ -2,8 +2,6 @@ from avalon.tvpaint import pipeline class CreateReview(pipeline.TVPaintCreator): - """Arnold Archive""" - name = "review" label = "Review" family = "review"