mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
fix pep style
This commit is contained in:
@ -300,7 +300,6 @@ class TestSerialNumberExtraction(TestCase):
|
|||||||
with self.assertRaises(ValidationError):
|
with self.assertRaises(ValidationError):
|
||||||
e("10, a, 7-70j", 4, 1)
|
e("10, a, 7-70j", 4, 1)
|
||||||
|
|
||||||
|
|
||||||
def test_combinations(self):
|
def test_combinations(self):
|
||||||
e = helpers.extract_serial_numbers
|
e = helpers.extract_serial_numbers
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user