PEP style fixes

This commit is contained in:
Oliver 2021-09-28 10:41:30 +10:00
parent d9704f4123
commit 62e62af5fc

View File

@ -626,8 +626,6 @@ class StockItemDeletionTest(StockAPITestCase):
self.assertFalse(item.scheduled_for_deletion)
url = reverse('api-stock-detail', kwargs={'pk': pk})
# Request deletion via the API
self.delete(
reverse('api-stock-detail', kwargs={'pk': pk}),
@ -648,6 +646,7 @@ class StockItemDeletionTest(StockAPITestCase):
0
)
class StockTestResultTest(StockAPITestCase):
def get_url(self):