mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP style fixes
This commit is contained in:
parent
d9704f4123
commit
62e62af5fc
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user