From 4d518f4512793eab26002903578ca1a9c42022e0 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 26 May 2019 16:05:54 +1000 Subject: [PATCH] PEP --- InvenTree/part/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/views.py b/InvenTree/part/views.py index 1d33cec347..4f61036f95 100644 --- a/InvenTree/part/views.py +++ b/InvenTree/part/views.py @@ -125,7 +125,7 @@ class PartAttachmentDelete(AjaxDeleteView): class MakePartVariant(AjaxCreateView): - """ View for creating a new variant based on an existing template Part + """ View for creating a new variant based on an existing template Part - Part is provided in the URL '/part//make_variant/' - Automatically copy relevent data (BOM, etc, etc)