2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-06 15:20:27 +00:00

PEP fixes

This commit is contained in:
Oliver Walters 2019-05-13 21:42:05 +10:00
parent 2408318eae
commit 00f7ece6b4
2 changed files with 1 additions and 2 deletions

View File

@ -235,7 +235,6 @@ class PartDuplicate(AjaxCreateView):
return initials return initials
class PartCreate(AjaxCreateView): class PartCreate(AjaxCreateView):
""" View for creating a new Part object. """ View for creating a new Part object.