mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-16 01:08:12 +00:00
remove unneeded import
This commit is contained in:
@@ -2420,8 +2420,6 @@ class Part(
|
|||||||
"""
|
"""
|
||||||
from common.models import Parameter
|
from common.models import Parameter
|
||||||
|
|
||||||
from .models import PartCategoryParameterTemplate
|
|
||||||
|
|
||||||
categories = category.get_ancestors(include_self=True)
|
categories = category.get_ancestors(include_self=True)
|
||||||
|
|
||||||
category_templates = PartCategoryParameterTemplate.objects.filter(
|
category_templates = PartCategoryParameterTemplate.objects.filter(
|
||||||
|
|||||||
Reference in New Issue
Block a user