mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 03:51:34 +00:00
PEP
This commit is contained in:
@@ -372,7 +372,6 @@ class Part(MPTTModel):
|
||||
|
||||
return templates
|
||||
|
||||
|
||||
def get_absolute_url(self):
|
||||
""" Return the web URL for viewing this part """
|
||||
return reverse('part-detail', kwargs={'pk': self.id})
|
||||
|
Reference in New Issue
Block a user