Fix PEP styles

This commit is contained in:
Maksim Stojkovic 2022-05-19 12:19:55 +10:00 committed by GitHub
parent 4dc997c4ae
commit 140006a4cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,4 +236,3 @@ class SalesOrderTest(TestCase):
# Shipment should have default reference of '1'
self.assertEqual('1', order_2.pending_shipments()[0].reference)