From c6464bcf77d2105b91b8bb81d783d0794b615310 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Feb 2022 22:42:17 +0100 Subject: [PATCH] PEP fix --- InvenTree/label/test_api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/InvenTree/label/test_api.py b/InvenTree/label/test_api.py index 79442cc72c..a444cd47dc 100644 --- a/InvenTree/label/test_api.py +++ b/InvenTree/label/test_api.py @@ -67,9 +67,10 @@ class TestReportTests(InvenTreeAPITestCase): } ) + class TestLabels(InvenTreeAPITestCase): """ - Tests for the StockItem TestReport templates + Tests for the label APIs """ fixtures = [