From 624b16a4192d76a3342774ded2aaaa06e869cef6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 29 Dec 2021 15:51:44 +0100 Subject: [PATCH] fix pep style --- InvenTree/InvenTree/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/InvenTree/tests.py b/InvenTree/InvenTree/tests.py index e4ab3c7a0c..0e99962afb 100644 --- a/InvenTree/InvenTree/tests.py +++ b/InvenTree/InvenTree/tests.py @@ -300,7 +300,6 @@ class TestSerialNumberExtraction(TestCase): with self.assertRaises(ValidationError): e("10, a, 7-70j", 4, 1) - def test_combinations(self): e = helpers.extract_serial_numbers