mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove dead code
This commit is contained in:
parent
127368d47f
commit
c84be228f1
@ -269,9 +269,6 @@ class StockItemTest(StockAPITestCase):
|
||||
|
||||
list_url = reverse('api-stock-list')
|
||||
|
||||
def detail_url(self, pk):
|
||||
return reverse('api-stock-detail', kwargs={'pk': pk})
|
||||
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
# Create some stock locations
|
||||
|
Loading…
Reference in New Issue
Block a user